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

Add onTabChange Event #34

Closed senfo closed 11 years ago

senfo commented 11 years ago

This update adds an onTabChange event to twitter-bootstrap-wizard, which provides the ability to identify when a tab has changed, regardless of direction (next, previous, etc.). The callback passes the tab, navigation, oldIndex, newIndex, in that order.

VinceG commented 11 years ago

Thanks @senfo This looks good and tests passed with no errors.