该作品是PDF文件格式请下载 福昕PDF阅读器
jquery-validation API中文,希望对大家有用
名称
返回类型
描述
validate(options)
返回:Validator
验证所选的 FORM
valid()
返回:Boolean
检查是否验证通过
rules()
返回:Options
返回元素的验证规则
rules("add",rules)
返回:Options
增加验证规则
rules("remove",rules)
返回:Options
删除验证规则
removeAttrs(attributes)
返回:Options
删除特殊属性并且返回他们
Custom selectors
:blank
返回:Validator
没有值的筛选器
:filled
返回:Array <Element > 有值的筛选器
:unchecked
返回:Array <Element > 没选择的元素的筛选器
Utilities
jQuery.format
(template,argument ,argumentN...)
返回:String
用参数代替模板中的 {n}