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

disable jumping non successive steps #68

Closed addame closed 10 years ago

addame commented 10 years ago

Is it possible to have the following behavior ?

Thanks

VinceG commented 10 years ago

Disable the onTabClick even and use the onNext to validate each step individually.