文件名称:jquery-regexer:使用正则表达式验证表单元素的插件
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-30 17:37:23
jquery-regexer 使用正则表达式验证表单元素的插件 用法 在文档就绪时注册功能 $ ( document ) . ready ( function ( ) { $ ( '#form' ) . regexer ( ) ; } ) ; 您可能希望像这样配置几个变量 $ ( document ) . ready ( function ( ) { $ ( '#form' ) . regexer ( { reqFieldMsg : 'This field is required' , incorrecFormatMsg : 'Incorrect Format' , errAlertMsg : 'There are validation errors in this step.' , exclude : 'button, .dont-v
【文件预览】:
jquery-regexer-master
----LICENSE(18KB)
----README.md(2KB)
----demo()
--------index.html(860B)
----jquery-regexer.js(7KB)