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

onTabShow event is fired twice #74

Closed mgara closed 10 years ago

mgara commented 10 years ago

Hello, Is there any reason that the event onTabShow is fired twice ?! Especially for someone like me who is sending ajax requests back and forth ... it's not that helpful. Thanks.

VinceG commented 10 years ago

what version are you using? did you install this using Bower? @mgara can you try by cloning the repository to get the latest code.

Thanks.

mgara commented 10 years ago

Actually I'm using version * version 1.0 I just downloaded the Zip file from github months ago ! ... but it looks like it's the only Tag that you guys have.

VinceG commented 10 years ago

try downloading master

Gamesh commented 10 years ago

hello i'm having the same issue, and i downloaded master zip, but the onTabShow is still triggered twice http://jsfiddle.net/Gamesh/u9yf1hx3/