Posted on June 12, 2009 - by ruby
jQuery validation engine, jquery inline form validation
jQuery validation engine, yet another nice form validation plugin for jquery javascript framework, comes with language localization supported and many predefined validation rules:
- optional: Special: Only validate when the field is not empty
- required: Field is required
- length[0,100] : Between x and x characters allowed
- minCheckbox[7] : Set the maximum checkbox autorized for a group
- confirm[fieldID] : Match the other field (ie:confirm password)
- telephone : Match telephone regEx rule.
- email : Match email regEx rule.
- onlyNumber : Numbers only
- noSpecialCaracters : No special characters allowed
- onlyLetter : Letters only
- date : Invalid date, must be in YYYY-MM-DD format
but you also could define a custom validation rule i.e:
"telephone":{
"regex":"/^[0-9-()]+$/",
"alertText":"* Invalid phone number"},
Has been tested in Internet Exploder 6 & 7, Firefox 3+, Safari 4, Chrome 1+
This entry was posted on Friday, June 12th, 2009 at 23:20 and is filed under Miscellaneous. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.

Visit My Website
September 13, 2009
Permalink
i want javascript for scroll the icons
Visit My Website
November 23, 2009
Permalink
Hello Friend
I tried the form, nice appearance.
but how to validate the file field,
i.e. word document only.
Visit My Website
November 24, 2009
Permalink
noSpecialCaracters should be noSpecialCharacters
Visit My Website
January 11, 2010
Permalink
good and easy to use validation plug-in. thanks for the share
Visit My Website
May 5, 2010
Permalink
If I want to validate two textboxes outwhich entry to anyone textbox is compulsory.
Visit My Website
May 30, 2010
Permalink
Hi ALL..,
Great plugin, I m just looking into the jquery .. nice plugin.
But i m not able to validate i wanted to restrict the user to upload only jpeg images..
So if any one knows please send me a reply
Thanks..