June 21, 2010
How to do numeric validation using JQuery?
Question by learner
How to do numeric validation using JQuery. I have to validate my price field using JQuery. any body knows please share your knowledge with me 🙁
Answer by Tom
This is also good for form validation:
http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/
Theres an example:
Answer by Starx
use jquery validation plugin
http://www.bassistance.de/jquery-plugins/jquery-plugin-validation/
It contains all the validations like, require, format, size, range, value