Jquery validator plugin- Validates at least one in the group
Posted
by christian
on Stack Overflow
See other posts from Stack Overflow
or by christian
Published on 2010-05-21T01:18:30Z
Indexed on
2010/05/21
1:20 UTC
Read the original article
Hit count: 247
jQuery
[http://jsfiddle.net/mhmBs/][1]
I tried using the method that he uses in a jquery validator plugin.. My error container is separated from the form, it is outside the form. When I use that method to validated that the user input at least one from 3 input text boxes. It validates the field, but the other items to be validated is ignored specially the items before 3 input text boxes.
© Stack Overflow or respective owner