VinceG / twitter-bootstrap-wizard

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.
MIT License
1.39k stars 676 forks source link

OnTabShow() is not triggered on last tab #227

Open csjasonwong opened 6 years ago

csjasonwong commented 6 years ago

Dear Sir,

I just recently upgraded my bootstrap from 2.x to 3.3.7, and upgraded twitter-bootstrap-wizard to 1.4.2.

I'm having a issue that after calling this line $("#rootwizard").bootstrapWizard("show", index); that the index is 4 which is my last tab. The OnTabShow() is not triggered.

Please help.

Thanks

Jason