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

Adding new event 'step_to_show' #21

Closed meh-uk closed 12 years ago

meh-uk commented 12 years ago

It seems useful for an event to be thrown before the next page in the wizard is displayed, so that you can update UI elements without them displaying briefly to the user incorrectly before the current event which is trigger after the next page of the UI has been shown to the user.

I've added a new event for this.

thecodemine commented 12 years ago

Thank you for contributing back and providing this functionality, I will check it out and make sure to put it into the plugin. The plugin is much deserved of a new release - it is a long time overdue. I have some functionality like this one and some refactoring in mind. Hopefully I will get some time in the coming weeks.

Cheers

meh-uk commented 12 years ago

Great!