I have used this plugin:
http://vinceg.github.io/twitter-bootstrap-wizard/
at last, the next button is becoming is disabled can anyone help how can I enable it.?
I have used this plugin:
http://vinceg.github.io/twitter-bootstrap-wizard/
at last, the next button is becoming is disabled can anyone help how can I enable it.?
2
Answers
(Ideally a working snippet with your scenario would be best to help you.)
You could try:
.disabled
class from<li class="next disabled">
to:
<li class="next">
via jQuery:
If JS is overriding it, override it back:
Create an override class such as:
then via jQuery:
For that you have to use following function:
you have to give finish class in last button.
you can do like below if you want to do it on next button only: