Validation

jQuery Validation Plugin - provides drop-in validation for your existing forms

jQuery Validation Plugin makes simple clientside form validation easy, whilst still offering plenty of customization options. It makes a good choice if you're building something new from scratch, but also when you're trying to integrate something into an existing application with lots of existing markup. 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 erro

Moment.js - Parse, validate, manipulate, and display dates in javascript

Moment.js is a javascript date library for parsing, validating, manipulating, and formatting dates.        

Validetta - a tiny jQuery plugin for validate your forms

Validetta is jQuery plugin which you can do client-side validation of your forms. It aims to decrease your burden with easy usage and flexible structure.    Validetta - Features: You can check fields whether it is empty or not or it is chosen or not. You can do e-mail check. You can do number check. You can check if the two fields are equal to each other. You can check credit card number validation. You can limit number of characters written to fields. You can limit number of choice of

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...    

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