New Forms and Controls Scripts for Web
jQuery CheckThemAll simplifies the task of selecting or deselecting all the options in a group of checkboxes.While previously users would have had to check and uncheck each option one after the other, this plugin allows developers to add a checkbox (or...
It is very easy to install and use.The can modify this script to fit his needs, by changing the appropriate parameters values.The script was tested on many web browsers, such as Internet Explorer, Netscape Navigator, Firefox, Safari and more.What is new...
jQuery.dragmove was created so developers won't have to load the entire (and very bulky) jQuery UI library every time they need to support a basic drag&drop powered interface on their site.The plugin works like the jQuery UI drag plugin but without the...
When filling a form, if the connection goes dead, or the user accidentally refreshes the page, this plugin restores the user's filled in data. HTML5's localStorage is used to store this data for the user.More documentation can be found at the top of the...
A range selection is a selection that needs a starting and end point. In all operating systems, range selections can be done by clicking the start and end point while holding down the SHIFT key.ShiftCheckbox implements such a system for checkboxes found...
FancySelect allows Web developers to create custom styled dropdowns, adding custom a behavior, and support for images to a basic select input field.The plugin is quite easy to work with and can display text, image, and mixt (text & image) items in a...
jQuery.formValidate is not a full-on form processor, but it includes all the basic utilities to check the data entered inside a form field fits a desired type.The plugin includes these basic data checks:- required fields- email addresses- numbers- datesIf...
It's just like the HTML5 placeholder attribute, but done solely via jQuery. Works with simple input text fields and textareas the same.The inline description text can be styled via CSS.The text to be used as the field's description can be taken from the...
The Default Text jQuery Plugin mimics the HTML5 placeholder attribute and allows the developer to add a description/text inside the form field itself.The plugin does not enter a value in the form field itself, but relatively positions a span over the...
Bootstrap-AcknowledgeInputs works in real-time by showing a simple FontAwesome-based icon near the form field.As soon as the user makes his input, the icon will change showing an alert or OK message.Bootstrap-AcknowledgeInputs works with all form...