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

introducing Back button functionality with tab navigation history #95

Closed stefann42 closed 10 years ago

stefann42 commented 10 years ago

Support for scenarios that needs to jump from wizard step to wizard step in a non-linear function (usually using 'show' method). History keeps track of previous, next, first, last, and show methods.