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

Skipping steps #140

Closed patrickbrouwers closed 8 years ago

patrickbrouwers commented 9 years ago

When I would hide the step and press next, the step would still show up. The :visible will make sure the right index is picked.

$wizard.bootstrapWizard('hide', index);