new Wizard() A wizard with a number of steps Source: Wizard.js, line 5 Methods getStep() Get the currently selected step (0-based) Source: Wizard.js, line 38 goToStep() Goes to the step with the index (0-based) Source: Wizard.js, line 42 next() Goes to the next step Source: Wizard.js, line 63 previous() Goes to the previous step Source: Wizard.js, line 69