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

Bugfix: Problems when refreshing the page with history enabled #22

Closed thingalon closed 12 years ago

thingalon commented 12 years ago

I've fixed a small issue in the form wizard: the "Next" button stops working after refreshing the browser on the second page of a historyEnabled wizard. Here's how to reproduce the problem:

1) Go to the historyEnabled example here: http://thecodemine.org/examples/example_3_bbq_integration_history_handling.html 2) Click "Next" 3) Click your browser's refresh button 4) Try to click "Next" - nothing happens.

thecodemine commented 12 years ago

Thank you for contributing back to the project,

I will review it and include it in the next release if it seems to do the trick.

Br, /Jan

dkimbell13 commented 12 years ago

This fix worked for me and was kinda important. Thanks thingalon!