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 fifth parameter to event handler, onTabClick #96

Closed kkleidal closed 10 years ago

kkleidal commented 10 years ago

fills request made in #92 by adding an additional parameter to the signature of the onTabClick event handler, which is the jQuery element of the clicked tab.

Only the non-minified JavaScript was updated. If this change is accepted, the minified JavaScript should be updated.

VinceG commented 10 years ago

@kkleidal thank you!

VinceG commented 10 years ago

Thank You! @kkleidal