Best jQuery Forms Plugins & Tutorials with Demo

    Add-Clear : jQuery Plugin to add Clear button to your Input fields

    Add-Clear : jQuery Plugin to add Clear button to your Input fields

    Add Clear is a jQuery plugin that adds a input clearing button on any input you apply it to. It clears the value, and returns focus to that field.

    Labelmask : Input Mask Plugin with Hinting

    Labelmask : Input Mask Plugin with Hinting

    Labelmask is a way to create accessible input hinting without using input masks.

    Fancy Textbox Animations using jQuery

    Fancy Textbox Animations using jQuery

    Today’s freebie is a combination of jQuery and CSS3 animations we call it FancyText. FancyText is a text box plugin that automatically converts standard HTML input element to an animation composite control, with lots of transitions too choose from.

    jQuery Keep Form Data

    http://aishek.github.io/jquery-keepFormData/

    This jQuery-plugin allows you to restore the values of the form’s fields, the state of checkboxes, radio buttons and select elements that the user entered, after reloading the page. By default, values ​​are stored until form’s submit.jquery-keepFormData keeps values in localStorage.

    jQuery wizard : Form Wizard Plugin

    jQuery wizard : Form Wizard Plugin

    An asynchronous form wizard that supports branching.This plugin turns a standard HTML form into a wizard by breaking it into a series of well-defined steps. The purpose of these steps is to better group related inputs, preventing the user from becoming overwhelmed at the size or complexity of a form and helping them to better understand the structure of an unfamiliar form.

    Selectator : jQuery based replacement for Select Boxes

    Selectator : jQuery based replacement for Select Boxes

    Selectator is a jQuery-based replacement for select boxes. It supports searching, and affects the original select box directly, which is used as the data container.

    Flexselect: jQuery Selectbox plugin

    Flexselect: jQuery Selectbox plugin

    FlexSelect is a jQuery plugin that turns select boxes into flex-matching incremental-finding controls.

    Flex matching a few keystrokes against longer strings is a boon in productivity for typists. Applications like Quicksilver, LaunchBar, and Launchy have made this method of keyboard entry a popular one. It’s time to bring this same functionality to web controls. FlexSelect does that for select boxes.

    Checkator : jQuery-based replacement for Radio and Checkbox elements

    Checkator : jQuery-based replacement for Radio and Checkbox elements

    Checkator is a jQuery-based replacement for radio and checkbox elements. It supports css styling, and affects the original radio or checkbox element directly, which is used as the data container.

    jQuery Cascading Dropdown Plugin

    jQuery Cascading Dropdown Plugin

    A simple and lighweight jQuery plugin for cascading dropdown.Dropdowns with dependencies will react based on the rules given, and fetch its own list from the server via Ajax.You can provide an array of strings or objects, or a function as the dropdown data source.

    jQuery Tab Complete

    jQuery Tab Complete

    Lightweight tab completion for inputs in jQuery.