jQuery-Wizard
jQuery-Wizard copied to clipboard
How to init on step with JS
Hello,
How can i start plugin with the index of step.
example: $('mydiv').wizard({step: indexOfStep }) OR
var myWyz = $('mydiv').wizard(); myWyz.setStep(indexOfStep);
is It possible ?