exValidation是一个前台校验框架
能够校验前台的常用的输入错误。
例如,必须输入,用户输入长度......
-----------------------------------------------------------------------
使用到的资源
exvalidation.css
jquery.js
jquery.easing.js
jQselectable.js
exvalidation.js
exchecker-ja.js
-----------------------------------------------------------------------
并且,需要对相应的form设置必须的校验格式
var validation = $("form") .submit(function() { return false; }) .exValidation({ firstValidate: true, rules: { text1: "chkrequired", text2: "chkrequired" }, stepValidation: true });
大牛的地址,可以下载需要的资源。
https://github.com/5509/exValidation
下面是一个框架中做成的一个例子:
*は必須項目です
Name* | |
---|---|
Kana* | |
Mail* | @ |
Mail2* | |
Password* | |
Retype-Password* | |
URL* | |
Sex* | male female |
Prefecture* this is selectable |
--- 北海道 青森県 東京都 富山県 新潟県 岐阜県 滋賀県 鳥取県 福岡県 沖縄県 |
City | |
Street | |
Image* | |
Favorite* |
books |
//