Form Validation With Bootstrap (jQuery)

前端 未结 5 743
梦谈多话
梦谈多话 2020-12-02 07:09

Can someone please help me with this code? I am using bootstrap for the form and trying to validate it with jQuery. Unfortunately, the form validation isn\'t telling me what

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-02 07:50

    You can get another validation on this tutorial : http://twitterbootstrap.org/bootstrap-form-validation

    They use JQuery validation.

    jquery.validate.js
    
    jquery.validate.min.js
    
    jquery-1.7.1.min.js
    

    enter image description here

    And you'll get the source code there.

     

    Sample Registration form (Fill up the forms to get register)

    And The JQuery :

    
    
    
    
    
    
    
                                     
                  
提交回复
热议问题