随笔分类 -  jQuery & easyUI

前端,页面技术
摘要:页面有一个请求form: <form method="post" id="signin"> <label for="orderid">订单编号</label> <input id="oid" name="orderid" value="" title="orderid" tabindex="4" t 阅读全文
posted @ 2016-04-12 16:10 philonic 阅读(6808) 评论(3) 推荐(1)
摘要:1、添加验证方法 在jquery.validate.js文件中直接添加验证方法,例如: jQuery.validator.addMethod("Specialstring", function(value, element){ var pattern = new RegExp("[`~!@#$^&* 阅读全文
posted @ 2016-03-29 14:47 philonic 阅读(1789) 评论(0) 推荐(0)