Bootstrap的表单验证bootstrapValidator
1.判断字段是否为空 notEmpty
2.字段长度判断 stringLength
3.通过正则表达式进行验证 regexp
4.大小写验证 stringCase
5.两个字段不相同的判断 different
6.email验证 emailAddress
7.日期格式验证 date
8.纯数字验证 digits
9.ajax验证 threshold remote
10.复选框验证 choice
11.密码确认 identical
12.判断输入数字是否符合大于num1小于num2 greaterThan lessThan
13.uri验证 uri
14.自定义验证方法体 callback