jQuery.validator Namespace > options type : focusInvalid 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.focusInvalid; // Set value instance.focusInvalid = value;
var focusInvalid : boolean;