jquery实现表单验证,所以的验证通过后方可提交

    
         "content-type" content= "text/html; charset=utf-8" >
         Reg
        
        
        
    
  
'do.php' method= 'post' >
     用 户 名: "text" name= "username" >
                 class = 'state1' >请输入用户名

     密  码: "password" name= "password" >
                 class = 'state1' >请输入密码

     确认密码: "password" name= "repass" >
                 class = 'state1' >请输入确认密码

     邮  箱: "text" name= "email" >
                 class = 'state1' >请输入邮箱

  
    
         "content-type" content= "text/html; charset=utf-8" >
         Reg
        
        
        
    
  
'do.php' method= 'post' >
     用 户 名: "text" name= "username" >
                 class = 'state1' >请输入用户名

     密  码: "password" name= "password" >
                 class = 'state1' >请输入密码

     确认密码: "password" name= "repass" >
                 class = 'state1' >请输入确认密码

     邮  箱: "text" name= "email" >
                 class = 'state1' >请输入邮箱

  

转载于:https://www.cnblogs.com/gaoxuqing/p/6733552.html

你可能感兴趣的:(jquery实现表单验证,所以的验证通过后方可提交)