Using jQuery validation, if I have many fields on a page, and only require ONE of them to be filled, how do I raise an error only if they are all blank.
That is, the user can fill one or more fields, but if all of them are blank, there will be an error. I want to know if there is a way of doing this with jQuery validation.
Something along these lines should work.
See a working example here on jsFiddle