好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

JQuery.validate在ie8下不支持解决方案-浮叶

一、在ie8下回有问题的代码

1、JQuery.validate验证框架是通过页面form表单提交验证 标签中输入是否符合自己的规则的

  1     form   id  ="cardTypeFrm"  > 
  2         table   width  ="100%"   cellspacing  ="0"   cellpadding  ="0"   class  ="table_pzh"  > 
  3             tbody  >                       
  4                 tr  > 
  5                     th   class  ="f14 tr pc1"  > 用户名:   th  > 
  6                     td  > 
  7                         input   type  ="text"   class  ="pzh_input1"   id  ="userName"   name  ="userName"   /> 
  8                     td  > 
  9                 tr  > 
 10                 tr  > 
 11                     th   class  ="f14 tr pc1"  > 密码:   th  > 
 12                     td  > 
 13                         input   type  ="text"   class  ="pzh_input1"   id  ="passWord"   name  ="passWord"   /> 
 14                     td  > 
 15                 tr  > 
 16             tbody  > 
 17         table  > 
 18         p   class  ="pc2 undis pl50 error pa"   style  ="padding-left:118px;margin-top:-10px;"   id  ="card_next_error"  > 错误信息   p  > 
 19         div   class  ="m20 tc"  > 
 20             input   type  ="submit"   id  ="submitCardNo"   class  ="define_button reservation_1"   value  ="登陆"   /> 
 21             input   type  ="button"   value  ="取消"   class  ="close_button closePzh ml10"   /> 
 22         div  > 
 23     form  >  

查看更多关于JQuery.validate在ie8下不支持解决方案-浮叶的详细内容...

  阅读:37次