JQuery Validation Library (Document! X Sample)
jQuery Namespace / validator type / settings Field
In This Topic
    settings Field
    In This Topic
    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
    8
    5
    5
    See Also