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

Cannot get the previously active tab. #233

Open amnag090 opened 5 years ago

amnag090 commented 5 years ago

while shifting tabs using any of the methods, I would like to fetch the previously active tab, Ex:

If I am moving from tab 3 to 5 I should get the previous as 3.

Not sure if this feature exists already