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

Trying to detect when I am on the last and second-to-last tabs #231

Closed samjco closed 5 years ago

samjco commented 5 years ago

I have tabs shown dynamically using foreach loop. So I am trying to get the total amount of the tabs using: navigationLength

But then I am trying to detect when I am on the last and the second-to-last tabs in order to fire a function. Any help would be appreciated.