JQuery Validation Library (Document! X Sample)
equalTo Method
jQuery.validator Namespace > methods type : equalTo Method
The selector for the element to compare the current values
Requires the element to be the same as another one.
Syntax
var value; // Type: Boolean

// Parameters
var other; // Type:  Object

value = jQuery.validator.methods.equalTo(other);
function equalTo( 
   other : Object
) : Boolean;

Parameters

other
The selector for the element to compare the current values
Browser Compatibility
8
5
5
See Also

Reference

methods type
methods Members