Anriëtte Myburgh
Anriëtte Myburgh
Can I just say, I had EXACTLY the same issue and I solved it by commenting the following line out: 296: plugin.selectTab( $tab ); After that, it seemed to load...
See here: https://github.com/ReactiveRaven/jqBootstrapValidation/issues/72#issuecomment-41913201
In jqBootstrapValidation.js, I replaced input,textarea,select everywhere with input:enabled,textarea:enabled,select:enabled This seemed to keep the validation from breaking.
I agree with this, as: ``` overflow-y: scroll !important; overflow-x: auto !important; ``` works perfectly without jScrollpane, but jScrollpane ignores this and scrolls both directions.