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

support showing tab by id not just index #94

Closed stefann42 closed 10 years ago

stefann42 commented 10 years ago

Making references to tab indexes is error-prone as the code base evolves. It's more maintainable to refers to tab/wizard steps by id.