Dynamicaly generated Checkbox group validation with jquery
Hi,
I have a small CMS that I have built and I am validating with jquery validate plugin. I want to validate a checkbox group that is dynamically generated from a database, ie. there can be more or less checkboxes depending on whether the admin adds or deletes categories.
I only need to validate that at least one of the group has been checked.