I am using the plugin from here: http://bassistance.de/jquery-plugins/jquery-plugin-validation/
and I am wondering if anyone has any code that will allow me to compare 2 form fields and validate that field_1 must be larger than field_2?
I am initiated the validate method like:
$("#frmValidate").validate({
meta: "validate"
});
Many thanks.
This can be done in a simple two-step process: