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 ?
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 ?