Bootstrap Formwizard – Prevent to scroll to next step if each page form submitting ajax response gets error – Twitter bootstrap
I am using twitter bootstrap form wizard to submit data on each page with validation. Now i want to prevent, scroll to next step if ajax response gets error while submitting data. Below is my code, 'onNext': function(tab,navigation,index){ //scrollTo('#wizard',-100); if(index…