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

Optionally skip disabled steps #42

Closed sstarr closed 11 years ago

sstarr commented 11 years ago

I extracted the relevant bits from @modul8x's pull request (#32) because I needed a way of skipping disabled steps. My JavaScript skills aren't the best but I'm pretty sure I haven't broken anything!

Thanks for creating this plugin and thanks to @modul8x for originally adding this feature :)

sstarr commented 11 years ago

Actually, I've just realised that this is a bit buggy - if you disable two steps in a row then it only skips the first one. I'll work on a fix and open a new pull request.