JQuery Validation Library (Document! X Sample)
unhighlight Option
jQuery.validator Namespace > options type : 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 = $(".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
options Members
validate jQuery Plugin