JQuery Validation Library (Document! X Sample)
dependTypes Field
jQuery Namespace > validator type : dependTypes Field
Syntax
var options; // Type:  jQuery.validator.options
var instance; // Type:  jQuery.validator
instance = $(".selector").validate(options);

var value; // Type:  jQuery.validator.dependTypes

// Get value
value = instance.dependTypes;
// Set value
instance.dependTypes = value;
var dependTypes : dependTypes;
Browser Compatibility
8
5
5
See Also

Reference

validator type
validator Members
validate jQuery Plugin