settings Field
Syntax
var options; // Type: jQuery.validator.options var instance; // Type: jQuery.validator instance = $(".selector").validate(options); var value; // Type: jQuery.validator.settings // Get value value = instance.settings; // Set value instance.settings = value;
var settings : jQuery.validator.settings;
Browser Compatibility
See Also