twitter-bootstrap-wizard
twitter-bootstrap-wizard copied to clipboard
Hidden and disabled tabs cause issues with next/previous.
Let's say I have three tabs. Tab 2 is hidden and disabled. If I press next on Tab 1, nothing happens.
I have exactly the same problem with the remove tab. I fix the problem with a hard $("#idTabs").remove() and the next works.
same issue I am facing. @stefann42 you have the solution for this issue. Please let me know.