I\'ve got multiple inputs with the name test[]
The jQuery Validate plugin will not allow you to validate multiple input elements with the same name. You must have a unique name on each. There is no workaround; the name attribute is how the plugin internally keeps track of all form inputs.
name
DEMO: http://jsfiddle.net/CcxZx/