validClass Option
This class is added to an element after it was validated and considered valid.
Syntax
var options; // Type: jQuery.validator.options var instance; // Type: jQuery.validator instance = $(".selector").validate(options); var value; // Type: string // Get value value = instance.validClass; // Set value instance.validClass = value;
var validClass : string;
Browser Compatibility
See Also