JQuery Validate: Proper Use of EqualTo along with Required
Hi,
I'm very new to JQuery and am using the Validate plugin for my PHP form. I have a confirm password field that needs to have both classes equalTo and required applied to it. Is the syntax simply:
- class=" required equalTo"
If so, how do I set the equalTo value to my create_password field?
Thanks,
Sid