EZValidate:轻松验证表单

时间:2024-07-28 10:53:09
【文件属性】:

文件名称:EZValidate:轻松验证表单

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-28 10:53:09

JavaScript

客户端验证器的王者就是“jquery-validation”。 它已经存在了很长一段时间,并且可以满足您的期望,但是它存在一些问题。 让我们从配置开始。 下面的snippit介绍了一个自定义验证函数(3位数),并进行验证。 jQuery . validator . addMethod ( "digit3" , function ( text , element ) { return this . optional ( element ) || text . match ( / ^ \d \d \d $ / ) ; } ) ; rules_ccform = { ccname : { required : true } , phone_0 : { required : true , digit3 : true } , phone_1 : { required


【文件预览】:
EZValidate-master
----EZValidate.js(10KB)
----LICENSE(1KB)
----README.md(6KB)

网友评论