JQuery Validation
equalTo Method
Requires the element to be the same as another one.
Syntax
var value; // Type: Boolean 
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.