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+
Posted at June 12, 2009 in News & Announcements has 9 Comments and tagged as Javascript, jQuery, regex





It doesn’t validate space on required field, to avoid this problem modify little line of code in “jquery.validationEngine.js” file =>
if (!field.val()) with this [if (!field.val().replace(/\s*/g, ''))]// at line no. 645.
Please how can i prompt custom error messages generated from php script using inline form validation
how can a range be given to the date in this validation
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..
If I want to validate two textboxes outwhich entry to anyone textbox is compulsory.
good and easy to use validation plug-in. thanks for the share
noSpecialCaracters should be noSpecialCharacters
Hello Friend
I tried the form, nice appearance.
but how to validate the file field,
i.e. word document only.
i want javascript for scroll the icons