i have a series of checkboxes that have the name 'request_type[]', and am
trying to use the validation plugin to see if at least one of the boxes is
checked. in the 'rules' section of the validate script i have tried the
following:

- request_type: "required"
- request_type: function(){
   required: true,
   minLength: 1,
 }
- "request_type[]": "required"
- "request_type[]": function(){
   required: true,
   minLength: 1,
 }

wondered if someone could point out the mundane detail that i've overlooked
in this instance.

thanks.
-dave
-- 
View this message in context: 
http://www.nabble.com/validation-plugin-with-checkbox-array-tf4159822s15494.html#a11835641
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to