摘要:
【参考:http://www.tuicool.com/articles/y6fyme】 jQuery Validate jQuery Validate 插件为表单提供了强大的验证功能,让客户端表单验证变得更简单,同时提供了大量的定制选项,满足应用程序各种需求。该插件捆绑了一套有用的验证方法,包括 U 阅读全文
摘要:
//validate 选项*********************************************************** $("form").validate({ debug:true //进行调试模式(表单不提交) rules:{ name:"required", //自... 阅读全文
摘要:
【页面效果:说明js没有导入,本内容重点说明代码细节】 一、细节 var ev = document.all ? window.event : e; 这个在js中定义怎么理解呢 5、 validate的学习看 jquery validate使用说明【http://asialee.iteye.com/ 阅读全文