jquery group validator plugin overriding the first items
        Posted  
        
            by christian
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by christian
        
        
        
        Published on 2010-05-20T13:41:17Z
        Indexed on 
            2010/05/21
            1:00 UTC
        
        
        Read the original article
        Hit count: 275
        
jQuery
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.
© Stack Overflow or respective owner