Hello all, this is my first post here on stackoverflow and am very impressed by the site!
My question is about the jQuery Validation plugin...specifically about the minLength method. I have a group of checkboxes and i want to know if at least 2 boxes were checked.
http://docs.jquery.com/Plugins/Validation/Methods/minlength#length
at this link there is documentation about the minLength method being used with a regular input box, but not a checkbox. Can anyone help me on how to use if for checkboxes?
Thanks in advance,
Ian McCullough