I need a jQuery form validator and don’t know what kind of form validators exist and which one is popular for its ease of use and configuarbility. So I would like to ask to experienced people who used that, as far as search in Google gives me so many options that I need a long time to choose.
The validator should sattisfy to the following conditions:
-
The error message should be given in the field where the wrong data was inserted
-
highly configurable
-
very easy to use
-
should validate different kind of fields with different constraints (sometimes also user defined constraints) such as: e-mail validation, name validation (to be without numbers and symbols and only one word and so on)
Please share with me what you like to use for this porpose.
As far as I’m concerned this is the one and only jQuery Validation plugin… written and maintained by Jörn Zaefferer who is part of the jQuery team.
IMHO, the absolute best way to learn how to properly implement this plugin, is by looking at the demos.
…and thousands of existing Q & A on StackOverflow.