JQuery Validation Library (Document! X Sample)
highlight Option
jQuery.validator Namespace > options type : highlight Option
How to highlight invalid fields. Override to decide which fields and how to 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.highlight;
// Set value
instance.highlight = value;
var highlight : any;
Browser Compatibility
8
5
5
See Also

Reference

options type
options Members
validate jQuery Plugin