jQuery Validation: validate atleast one checkbox is selected from a list where names are different
问题 I need to validate that atleast one check box is selected from a list of checkboxes using jQuery Validation Plugin. Since the checkboxes are part of a ASP.NET GridView Control, the names of these checkboxes will be different, which makes setting up the rules for the validation plugin complex since it expects the name for the rule. I have searched around and found the below questions Question 1710486 Question 1136507 I think the first question is a much better solution, but i still feel that