[jQuery] [validate] Using 'phoneUS: true' Multiple Times Breaks Form Validation
New to jQuery and Validation so please go easy :)
The issue:
If I validate more than one field with 'phoneUS: true' it breaks jQ
Validation and no longer validates anything at all.
Here is the code: http://pastie.org/537374
If i remove all instances of "phoneUS: true" after the one on line 31
the form validates without any issue.
Just for reference, here is the form: http://pastie.org/537385
Any ideas... or work arounds?
Thanks for you time!