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.


jQuery Live Form Validation jQuery Live Form Validation  Easy Form Validations

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

Incoming search terms for the article:

Related Posts

Gravity Registration Form With jQuery

Security

Password Strength Verification with jQuery

Blinking Neon Form

Make Blinking Neon Forms with CSS3 and jQuery

Valid8 - Feature Rich Form Validation Plugin For jQuery