Input

autoNumeric - automatically formats currency and numbers

autoNumeric is a jQuery plugin that automatically formats currency and numbers as you type on form inputs. It supports most International numeric formats and currency signs including those used in Europe, North and South America, Asia and India (lakhs**).   Any number of currency formats can reside on the same page and are configured by options that can be placed as HTML5 data attribute or passed as an argument. These settings can easily be changed at any time using the new ‘update’ method or

html5form - validates forms without additional JavaScript

HTML5 validates forms without additional JavaScript. Currently only latest versiones of Firefox, Safari & Google Chrome supports this functionality. This html5form plugin gets the same result in all versions on Internet Explorer and Firefox 3.6. With a single line of code...    

typeahead.js - a fast and fully-featured autocomplete library

typeahead.js is a fast and fully-featured autocomplete library which is inspired by twitter.com's autocomplete search functionality.   typeahead.js - features: Displays suggestions to end-users as they type Shows top suggestion as a hint (i.e. background text) Works with hardcoded data as well as remote data Rate-limits network requests to lighten the load Allows for suggestions to be drawn from multiple datasets Supports customized templates for suggestions Plays nice with RTL language

jQuery PrettyCheckable - replaces the default checkboxes and radio inputs for better looking ones

jQuery PrettyCheckable replaces the default checkboxes and radio inputs for better looking ones.   jQuery PrettyCheckable - Features: Compatible with IE7+, Chrome, Firefox, Safari and mobile browsers; Custom design, kindly provided by Bruno O. Barros; Four color options (Twitter bootstrap) + editable PSD; Better look & size; Super easy implementation; Selectable with Tab and checkable with keyboard; Change events & Chainning preserved; More area of click/touch. A plus for mobil

jQuery Tagit - transforms an html unordered list into a unique tagging plugin

The jQuery Tagit Plugin transforms an html unordered list into a unique tagging plugin. jQuery Tagit uses jQuery UI's auto-complete plugin to supply suggestions to users as they type and has some awesome features like sortable tags.     jQuery Tagit - Features Convenient way for users to enter a list of items Fully integrated with jQuery ui auto complete Automatically adds current input as tag if input loses focus Easy to use public methods Easy to theme (single css file) Customizable t

jQuery.my - binds HTML with JS objects in real-time

jQuery.my is short plugin for jQuery library. It allows real-time bi-directional binding between HTML controls and native javascript objects. Non-interactive HTML elements also can be tied with javascript objects to reflect their values in real-time.   jQuery.my allows comprehensive validation and conditional formatting of HTML inputs and static fields. Plugin recalculates and redraws interdependent controls automatically. $.my supports non-standard composite HTML controls as well as standard.

Masked Input Plugin - allows a user to more easily enter fixed input data in a certain format

Masked Input Plugin is a masked input plugin for the jQuery javascript library.  It 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).    A mask is defined by a format made up of mask literals and mask definitions. Any character not in the definitions list below is considered a mask literal. Mask literals will be automatically entered for the user as they type and will not be able to be removed by th

jQuery Price Format - format input text fields as prices

jQuery Price Format is a plugin to format input text fields as prices.  For example, if you type 123456, the plugin will update it to US$ 1,234.56. It allows negative and plus signs and is customizable, so one can use other prefixes, suffixes and separators easily.