I\'m trying to use the jQuery validate plugin to validate classes instead of ID\'s. Despite the many threads which seem close to answering this issue - I can\'t get any of t
You need to specify a name attribute on each input element for validator to pick it up:
name
input
Here's a working example: http://jsfiddle.net/Nbcj9/