Open DiegoLopesLima opened 11 years ago
scrollToInvalid
true
node_modules/
ajax
false
clearInvalid
valid
invalid
validated
selectInvalid
prepareAll
data-ignore-case
data-ignorecase
data-chars
data-minlength
data-maxlength
data-confirm
onChange
onBlur
onKeyup
onSubmit
nameSpace
eachInvalidField
eachValidField
waiAria
eachInvalid
eachValid
events
jQuery.fn.validateDestroy
scrollToInvalid
property to scroll to the first invalid field. (Boolean or Plain Object, Default:true
)node_modules/
path.ajax
to automatically XMLHttpRequest.(Boolean or Plain Object, Default:false
)clearInvalid
property to clear all invalid fields. (Boolean, Default:false
)valid
,invalid
andvalidated
custom events.validated
callback to be called when all fields are validated.selectInvalid
property to select first invalid field. (Boolean, Default:true
)prepareAll
property to prepare each value.data-ignore-case
attribute todata-ignorecase
.data-chars
attribute to prevent dont allowed keys.data-minlength
anddata-maxlength
attributes to delimit the characters length.data-confirm
attribute to confirmation fields.onChange
,onBlur
,onKeyup
,onSubmit
,nameSpace
,eachInvalidField
,eachValidField
andwaiAria
properties.eachInvalidField
property toeachInvalid
.eachValidField
property toeachValid
.onChange
,onBlur
andonKeyup
properties to one propertyevents
.jQuery.fn.validateDestroy
function.