文件名称:Validator:基于 jquery 的表单验证插件
文件大小:97KB
文件格式:ZIP
更新时间:2024-07-25 05:55:03
JavaScript
验证器 Validator 是一个基于 jQuery 的表单验证器插件,你可以在任何模块加载器中使用它。 现场演示 用法 < form id =" form " > < input type =" text " data-validator =" name " data-rules =" required maxLength=10 " > < input type =" password " data-validator =" password " data-rules =" required minLength=6 " > < input type =" email " data-validator =" email " data-rules =" required email " > < input type =" text " data-validator ="
【文件预览】:
Validator-master
----readme.md(2KB)
----test()
--------jquery.js(94KB)
--------chai.js(117KB)
--------test.js(749B)
--------mocha.css(4KB)
--------index.html(930B)
--------mocha.js(125KB)
----index.html(7KB)
----Cakefile(418B)
----validator.js(10KB)
----.gitignore(22B)
----validator.coffee(10KB)