jQuery-Wizard icon indicating copy to clipboard operation
jQuery-Wizard copied to clipboard

How to init on step with JS

Open EduardoRMello opened this issue 9 years ago • 0 comments

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 ?

EduardoRMello avatar May 18 '16 15:05 EduardoRMello