jquery-steps
jquery-steps copied to clipboard
API to re-initialize the wizard
Currently, the wizard only gets initialized on DOM load. Let's say I have altered the structure of the wizard by inserting/removing steps, is there a way to reset its structure to the initial state (on DOM load)? The reset function does not do that.