Help with custom validation methods
Hi Im using the validation plug in and need help with a custom validation method(s). I have a text input that is electronic signature <input type="text" name="eSig" /> and two others that are FirstName <input... name="FirstName" /> and Last Name <input... name="LastName" />
I need to make sure that "FirstName" and "LastName are contained in "eSig" I know I need to use :contains selector but how?
Thanks,
Kane Leins