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
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
And you'll get the source code there.
Sample Registration form (Fill up the forms to get register) Your Name User Name Password Retype Password Email Address Your Address Please agree to our policy Register Cancel
And The JQuery :