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

formOptions stopped working after jQuery upgrade 1.8.2 to 1.9.0 #36

Closed Upland closed 11 years ago

Upland commented 11 years ago

Formwizard (3.0.7) has been working well for several months but discovered today that formOptions stopped working. Namely: success: and resetForm are not working in either of the two forms in my project. The only change is that I am now using jQuery 1.9.0 and jQuery UI 1.10.0 ... and now formOptions are not triggered at all.

thecodemine commented 11 years ago

I tested the wizard briefly with these versions of the plugins and it seems to work for me. Could you post the code which initializes the the wizard? A working example always helps when debugging this kind of issues (you can send it to jan.sundman[at]aland.net if you wish that I try it out )

Are you seeing this behavior in all browsers?

Do you see any javascript errors on the page?

what versions of the jquery form plugin, validation plugin and bbq plugin are you using? Maybe those should be updated to the latest version and see if it fixes your issues?

Upland commented 11 years ago

All is fine after jQuery was upgraded to 1.9.1