mstratman / jQuery-Smart-Wizard

flexible jQuery plug-in that gives wizard like interface
http://mstratman.github.com/jQuery-Smart-Wizard/
303 stars 164 forks source link

How to reload the wizard in jquery? #93

Open Emyleen opened 8 years ago

Emyleen commented 8 years ago

Hello,

I have 3 steps and I just want to reload the wizard in jquery, I tried that but the last step don't want to be disabled :

$("#wizard").smartWizard("goToStep","1"); $("#wizard").smartWizard("disableStep","2"); $("#wizard").smartWizard("disableStep","3");

Do you have an idea or a method to reload dynamicaly the wizard ? Thank You

samersarhan commented 8 years ago

It work for me very well, Just use them when you callback the onFinish function