SpinBox.JS is an unobtrusive and almost codeless way to turn the ordinary input text boxes into cool looking, multifunctional and skinnable spin boxes.
All you have to do is to create ...
This checks while you type if the number of characters entered are less than the actual “viewable” characters in an input field. If the characters typed are more, then the ...
Recently, I was asked how it is possible to make website forms compatible with Google Toolbar Auto Fill, Wand and other auto fill or wallet software. The answer is quite ...
SearchBox.XML is a compact AJAX script that allows users to integrate any number of search engines to their websites.
The script comes with a set of 10 prefedined skins - Acid, ...
First, download the jQuery library and form plugin and then let’s start creating our HTML form. Keep them all in the same folder for now. We’ll want to first call ...
Allows the user to select a top level category from one select box and to automatically populate the sub-category. This plugin uses three
select boxes, the first (element category) drives ...
On the onsubmit event it will look in the form for input with pre-defined class selector, and validate them accordingly of their type. You have 2 choice of language, french ...
Simple sort script using Stuart Langridge's sortabe.js
Some days ago I was looking for a good and simple way to sort data into a table with a simple click on table ...