Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to reload the wizard in jquery? #93

Open
Emyleen opened this issue May 9, 2016 · 1 comment
Open

How to reload the wizard in jquery? #93

Emyleen opened this issue May 9, 2016 · 1 comment
Labels

Comments

@Emyleen
Copy link

Emyleen commented May 9, 2016

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants