jQuery 插件 jQuery Validation (表单验证)
参考慕课网视频 http://www.imooc.com/learn/385
参考菜鸟教程 http://www.runoob.com/jquery/jquery-plugin-validate.html
jQuery官方插件网站 https://plugins.jquery.com/tag/validate/
jQuery 验证插件 和表单验证相关的
jQuery Validation 插件 官方网站:
https://plugins.jquery.com/validation/
https://jqueryvalidation.org/
让客户端表单验证变得很容易
validate()方法的配置项
http://www.imooc.com/video/7485
rules中有属性depends,只有这个depends返回true,才会要求这个验证。