jQuery Form Validate February 7th, 2012
Intro
jQuery Form Validate is a jQuery form validation plugin for jQuery version 1.4.3 and up.
The plugin gets its validation rules from the CSS classes that you apply to each form element within the form.
So if you give a text input a class of required
and min_length-5
than that input is required to be completed with a minimum of five characters.
The Code
The code is open source and hosted on GitHub. Instructions for use are also on the GitHub page.
Demo
View a demo!
The License
jQuery Form Validate is licensed under Creative Commons Attribution-NonCommercial 3.0 license. You are free to use jQuery Form Validate for your personal or non-profit website projects. You can get my permission to use jQuery Form Validate for commercial websites by paying a fee.
Support
For all questions and technical support please use the GitHub issue tracker (prefered), Twitter, or my contact form.
Get Some!
blog comments powered by Disqus