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 support for non-tab LI elements #49

Closed anorborg closed 11 years ago

anorborg commented 11 years ago

Potential fix for issue #33. Created a 'baseItemSelector' that only selected items with have a child with the 'data-toggle' attribute set to "tab" and used that when referencing tabs.

anorborg commented 11 years ago

@VinceG Hopefully I got it right this time. Sorry for the confusion.

VinceG commented 11 years ago

@anorborg Thank You. This works. Tests Passed.