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

minified version (only) breaks when using BootStrap 3+ #57

Closed mandofever78 closed 10 years ago

mandofever78 commented 10 years ago

When using jquery.bootstrap.wizard.min.js with Bootstrap 3+ the "next" and "previous" buttons do not function properly, however replacing it with the uncompressed version (jquery.bootstrap.wizard.js) everything seems to work perfectly with BS3+.

toonevdb commented 10 years ago

I can confirm this. When using the minified version, the index param stays at 1 in the onNext callback when clicking next. When using the non minified version, the index param is correct.

VinceG commented 10 years ago

@mandofever78 @toonevdb

Just updated the minified version. can you check this and let me know if it's fixed.

Thanks.

toonevdb commented 10 years ago

It works. Thank you.

mandofever78 commented 10 years ago

Thanks for the fix!

gjrtimmer commented 10 years ago

Hi Nolan,

It is still work in progress, not finished at all, still working on it.

I also has to do a lot of documentation, because I've changed a few things, for example, I don't need the no-modal version, so while migrating to Bootstrap v3 I've not included it yet. Maybe when I've completed the migration to v3.x some one can add it in again.

Anyway, if you have any suggestions for improvement I'm happy to hear them.

Greetz. Gert

On Wed, Dec 4, 2013 at 3:17 AM, Nolan Lawrence notifications@github.comwrote:

Thanks for the fix!

— Reply to this email directly or view it on GitHubhttps://github.com/VinceG/twitter-bootstrap-wizard/issues/57#issuecomment-29772023 .