Open Emyleen opened 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
It work for me very well, Just use them when you callback the onFinish function
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