Format

Bootstrap TouchSpin - a mobile and touch friendly input spinner component for Bootstrap 3

Bootstrap TouchSpin is a mobile and touch friendly input spinner component for Bootstrap 3. It supports the mousewheel and the up/down keys.    

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

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.