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

Next Button Doesn't work #67

Closed lennondtps closed 10 years ago

lennondtps commented 10 years ago

I have a very strange problem. The button functionality doesn't work and the only chance to move is by clicking on the tab names.

I check it with http://vinceg.github.io/Bootstrap-Admin-Theme-3/forms.html . The online version works fine, but when i download it in my pc it doesn't work.

Any advice?

VinceG commented 10 years ago

@lennondtps not sure if it matters or not, but did you just tried running it through file:// or trough a web server? are there any errors in the console? since it does work for you online i don't think it's an issue with the code but will try and help debug this.

lennondtps commented 10 years ago

Ok, I just tried to run it from a web server and it works like a charm! Thanks :)