[jQuery] Multiple Phone Fields

2009-07-25 Thread kmac
Hi, I have a form with three text fields: Business Phone Cell Phone Home Phone One of the fields must be filled. Using jquery.validate.js how do I check for this? Thanks in advance for any help.

[jQuery] Jquery Validation How To

2009-07-22 Thread kmac
Hi, I have a form that includes four text fields for phone numbers: Business, Home, Cell and Fax A user must fill in at least one phone number. How would I set up the validation for this? Cheers