jQuery.validator Namespace > options type : focusCleanup Option |
var options; // Type: jQuery.validator.options var instance; // Type: jQuery.validator instance = jQuery(".selector").validate(options); var value; // Type: boolean // Get value value = instance.focusCleanup; // Set value instance.focusCleanup = value;
var focusCleanup : boolean;