VinceG / twitter-bootstrap-wizard

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.
MIT License
1.39k stars 676 forks source link

Reset Wizard #229

Closed MubinSayed closed 5 years ago

MubinSayed commented 6 years ago

I want to reset the wizard on finish button. how can i ?

VinceG commented 5 years ago

@MubinSayed just call resetWizard().

$('#rootwizard').bootstrapWizard('resetWizard');