jquery group validator plugin overriding the first items
- by christian
SO Question: jQuery Validate - require at least one field in a group to be filled
I uses the sample rule from the above link and it works, but the problem was it overrides the fields that going to be validated it jumps directly to the group validation, when validates a form the messages in my error container only contains error for the group fields.