//验证邮政编码 jQuery.validator.addMethod( "checkPost",function(value,element){ var pattern =/^[0-9]{6}$/;  
1.校验是否全由数字组成 function isDigit(s) { var patrn=/^[0-9]{1,20}$/; if (!patrn.exec(s)){ &nb
源码打包
1.不使用表单提交 window.location.href="xxx.jsp"; 2.获取选中radio的值 function getRadioValue(radioName){ var obj;  
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号