jQuery Live Form Validation- Easy Form Validations
jQuery Live Form Validation is a free jQuery plugin which helps create easy form validations with high flexibility and a large set of options.
Features
- Supports custom validations
- Options to toggle between live and onsubmit validations
- Completely customizable CSS
For advanced users, this plugin support this various options:
- expression: The javascript code which should have two outputs
or . The value of the field is given by . As this is a string escape characters for backslash and other non standard characters must be used. (Default: return true;) - message: The validation message for the field. (Default: “”)
- error_class: The CSS class of the error message container. (Default: “ValidationErrors”)
- error_field_class: The CSS class added to the field when found invalid. (Default: “ErrorField”)
- live: Sets whether the validation of the field should be live or on form submit. (Default: true)
Requirements: jQuery Framework
Demo: http://www.geektantra.com/projects/jquery-form-validate/
License: Apache License 2.0