When I validate a form with JQuery Validation class rules, only the first input field passed validation and others do not validate.
I have made an example in jsfiddle that can be seen here below:
http://jsfiddle.net/GrhBr/37/
If I do it the normal way it works, see example below:
http://jsfiddle.net/WNMUL/29/
Greetz Chiel
Add name attribute to each field and it’ll work fine.
http://jsfiddle.net/GrhBr/46/