Inline Form Validation With jQuery
2
Jun
// php the_time('Y') ?>
Position Absolute is sharing an easy to use form validation engine built with jQuery.
It offers a flexible way of displaying errors that will possibly match any type of form design. When the script detects an error, it creates a div, positions it at the right-top corner of the input & displays it like a tooltip with the error message inside.
Validation rules are created inside the classes of every input field like:
<input class="validate[required,custom[onlyLetter],length[0,100]]" name="first" type="text" />
It currently support rules like:
- required
- length
- telephone
- onlyNumber
- onlyLetter
- & more
Also, you can define custom rules via RegEx & error messages can be localised with custom language files.
Requirements: jQuery
Compatibility: All Major Browsers
Website: http://www.position-relative.net/creation/formValida...
Demo: http://www.position-relative.net/creation/formValida...
Compatibility: All Major Browsers
Website: http://www.position-relative.net/creation/formValida...
Demo: http://www.position-relative.net/creation/formValida...
- Tags:
Javascript
- Filed under: Forms, Goodies, Other License
- 9 Comments
















9 Responses for "Inline Form Validation With jQuery"
WOW
Great job,
Absolutely amazing! Was waiting for this one for a while now. I even thought of porting a similar one from mootools to jQuery, but alas, I’m only a newby in jQuery still.
Thank you!
cool… but can we download it?
@creativebrain,
Sure, there are download links inside the resource’s post.
its very nice but how can i download the source code.
In a word it is excellent.
Where to download this Jquery file?Thanks
You can find it at http://jquery.com
How can i know when form validate and i want to call other function when form validate.
Thx