該作品是PDF文件格式請下載 福昕PDF閱讀器
jquery-validation API中文,希望對大家有用
名稱
返回類型描述
validate(options)
返回:Validator
驗證所選的 FORM
valid()
返回:Boolean
檢查是否驗證通過
rules()
返回:Options
返回元素的驗證規(guī)則
rules("add",rules)
返回:Options
增加驗證規(guī)則
rules("remove",rules)
返回:Options
刪除驗證規(guī)則
removeAttrs(attributes)
返回:Options
刪除特殊屬性并且返回他們
Custom selectors
:blank
返回:Validator
沒有值的篩選器
:filled
返回:Array <Element > 有值的篩選器
:unchecked
返回:Array <Element > 沒選擇的元素的篩選器
Utilities
jQuery.format
(template,argument ,argumentN...)
返回:String
用參數(shù)代替模板中的 {n}