|
Hi,
I am using the following code in a form to validate the required fields:
<field name="currentPassword" widget-style="required" > <password /> </field> <field name="currentPasswordVerify" widget-style="required" > <password /> </field>
My questions is how can I use the Jquery equalTo provided by jquery.validate.js for the above fields?
|