thecodemine / formwizard

jQuery plugin based on top of jQuery UI which turns a form into a multistep wizard. Integrates with the jQuery form plugin for AJAX submission of the form, the validation plugin for client side validation and the BBQ plugin for enabling the browsers back and forward buttons.
140 stars 54 forks source link

Close wizard after submit #40

Closed Dragsbaek closed 11 years ago

Dragsbaek commented 11 years ago

Is there a method for closing the wizard after submit success? I tried $("#wizard").formwizard("hide"); but didnt work

thecodemine commented 11 years ago

No there is no such method in the formwizard. Use the jQuery method $("#wizard").hide(); instead.