jquery-steps
jquery-steps copied to clipboard
setStep function
I would like to go to a specific step on the wizard.
The solution suggested on this stackoverflow answer http://stackoverflow.com/a/20683212/2866985 worked for me, but it would be preferable that the solution is part of the original code.
Thanks.
Hi gfontju,
The preferred solution is already planned. Please note that the setStep
method is misused and reserved respectivly to change the step object dynamically.
Rafael
Hi Rafael,
Thanks for answering. It would be great to find the solution in next updates!
Guillem
@rstaib thanks for your work, any eta on this ? @gfontju thanks for the link
when v2.0.0 will be released, because setStep function is very importent and a base function in wizards. thank you for the good work
We should add that the setStep function should come with a parameter to not trigger events. We have a use case in which, we require to recover information already filled in. When using setStep triggers onStepChanged and onStepChanging and it is not the intended behaviour.