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

Wizard buttons not working #116

Closed isAlmogK closed 9 years ago

isAlmogK commented 9 years ago

Trying to create the next and pervious buttons but it's not working their always disabled. Using the following example - http://vadimg.com/twitter-bootstrap-wizard-example/examples/basic-custombuttons.html

My code:

 $('#w4').bootstrapWizard({'nextSelector': '.button-next', 'previousSelector': '.button-previous'});
<input type='button' class='btn button-next' name='next' value='Next' data-toggle="tab" />
<input type='button' class='btn button-previous' name='previous' value='Previous' />

what I'm getting as you can see their always disabled

screen shot 2015-01-07 at 4 48 24 am

VinceG commented 9 years ago

@almogdesign not sure if this is a plugin issue. can you provide a live example?

isAlmogK commented 9 years ago

@VinceG I tried a different wizard thanks