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

added :visible when finding indexes #210

Closed abbottmw closed 7 years ago

abbottmw commented 7 years ago

added :visible check when finding the indexes. this makes the previous/next work in the demos.

codenamezjames commented 7 years ago

Fixed a problem i was having with a dynamic wizard i was building. Thanks @abbottmw

VinceG commented 7 years ago

@abbottmw Thank You!