Twitter Bootstrap Wizard and jquery.validate
I need to disable next button on validate my form.
Here is my validate code:
- <script type="text/javascript">
- $(document).ready(function () {
- $('#BereketF :input').blur(function () {
- $('#BereketF').validate().form();
- });
- });
- </script>
If user missed a input, next button will be disabled.
Next button's class = .next