How can I validate two fields together using jquery inline validation?
I have 3 fields (first, middle, last) names. I would like to validate the first and last name, requiring them, and checking for characters. I don't want to validate them individually. Any ideas?