Advertise here

Form Elements

jQuery Overlabel Plugin

May 24, 2012     2077     CSS3 & CSS Form Elements
jQuery Overlabel Plugin

A jQuery plugin to help implement the over label technique. When the user puts focus on the input, the label will be hidden. When the input is blurred and has no value, the label will be shown again. Just need to write the CSS based on your DOM structure to position the label over the element correctly.

Read More »

jQuery Form Plugin

May 22, 2012     3556     XML JSON Ajax Form Elements
jQuery Form Plugin

The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX. The main methods, ajaxForm and ajaxSubmit, gather information from the form element to determine how to manage the submit process. Both of these methods support numerous options which allows you to have full control over how the data is submitted.

Read More »

jQuery Validation Plugin

May 22, 2012     1515     Form Elements Validation
jQuery Validation Plugin

jQuery Validation Plugin makes simple clientside form validation trivial, while offering lots of option for customization.

The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 36 locales.

Read More »

TabSelect jQuery Plugin

May 21, 2012     7001     Form Elements Tabs
TabSelect jQuery Plugin

TabSelect is a plugin to select one or more array or form entries visually, for example to filter a list or replace a multiselect form element.

Read More »

Chosen - Select Box Enhancement Plugin for jQuery and Prototype

May 21, 2012     37555     Form Elements
Chosen - Select Box Enhancement Plugin for jQuery and Prototype

Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.

Read More »

iPhone-like password fields using jQuery

May 18, 2012     2987     Form Elements
iPhone-like password fields using jQuery

A plugin that transforms HTML form password field into iPhone / iPod Touch like password fields, passwords get masked while typing but the last character in row is shown in plain text.

Read More »

doubleSuggest - jQuery Suggest Plugin

May 16, 2012     1537     Form Elements
doubleSuggest - jQuery Suggest Plugin

doubleSuggest plugin will set up a UI that suggest results as you type.
It will display two types of suggestions, first (and faster) the local data and second (and slower) the results from an ajax search query.

Read More »

jq-idealforms - jQuery Form Plugin

May 16, 2012     1268     Form Elements
jq-idealforms - jQuery Form Plugin

jq-idealforms is a small framework to build awesome responsive forms. It's built on top of jQuery and LESS.

Read More »

jQuery Deserialize

April 26, 2012     3906     Form Elements
jQuery Deserialize

Decodes serialized form data and populates the form with that data. This method works upon text strings in standard URL-encoded notation, arrays containing objects of name/value pairs or objects containing key/value pairs.

Read More »

MaxLength Plugin

February 17, 2012     717     Form Elements Text & String
MaxLength Plugin

MaxLength Plugin simply reports back the number of characters left the user has, with a few extra bells and whistles.

Read More »

Masked Input jQuery Plugin

February 14, 2012     15401     Form Elements
Masked Input jQuery Plugin

Masked Input Plugin is jQuery javascript library for allows a user to more easily enter fixed width input where you would like them to enter the data in a certain format (dates,phone numbers, etc.)

Read More »

TextExt - Autocomplete and Tag Input Plugin for jQuery

February 12, 2012     4389     Ajax Form Elements
TextExt - Autocomplete and Tag Input Plugin for jQuery

TextExt is an autocomplete and tag input plugin for jQuery which allows you easily turn a standard HTML text input into a wide range of modern, tailored to your needs input field without bloating your source code and slowing down your site with the code that you aren’t using.

Read More »

jqCrypt - POST Method Encryption

February 08, 2012     1909     Form Elements
jqCrypt - POST Method Encryption

jqCrypt is a simple jQuery plugin to encrypt form data client-side and pass it (with an obfuscated key) to the processor via the POST method.

Read More »

jQuery Price Format Plugin

February 05, 2012     3294     Form Elements
jQuery Price Format Plugin

jQuery Price Format is a plugin to format input text fields as prices. For example, if you type 123456, the plugin updates it to US$ 1,234.56. It is costumizable, so you can use other prefixes and separators (for example, use it to get R$ 1.234,55).

Read More »