jquery-steps
jquery-steps copied to clipboard
Implemented "setStep" functionality
Not sure if you have had time to look at this yet, but I used jquery.steps in a project I was working on and implemented the "setStep" functionality.
Cheers
yes please merge :)
It looks like the original signature for setStep was to replace the content of a step, whereas this PR is setting the state of the wizard to a specific step - i.e. jump to the named step?
I was looking for the ability to jump to a specific step (next and previous aren't enough). What happened to this PR?