Using jQuery Form Validation With
I am trying to create some custom form validation within jQuery. I have three text boxes on the page. The rule I am trying to implement is only one of these three text boxes needs to be filled out. It doesn't matter if the user chooses to fill out only the second, or only the third, or only the first - just that at least one is filled out.
Does anyone have any suggestions on how to do this? Thanks very much for the help.