UNPKG

jquery.stepper

Version:

Shows DOM-elements sequentially with forward and back buttons and events

8 lines (7 loc) 145 B
$(function () { var myWizard = $('#mywizard').stepper({ forwardButton: ".nextStep", backButton: ".prevStep" }); myWizard.showStep(1); });