JQuery Validation
unhighlight Option
Called to revert changes made by option highlight, same arguments as highlight.
Syntax
var options; // Type: jQuery.validator.options 
var instance; // Type: jQuery.validator
instance = jQuery(".selector").validate(options);

var value; // Type: any 

// Get value
value = instance.unhighlight;
// Set value
instance.unhighlight = value;
var unhighlight : any;
Browser Compatibility
8
5
5
See Also

Reference

options type
validate jQuery Plugin

 

 


© 2013 All Rights Reserved.

Send comments on this topic.