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

Success callback not being called in Jquery 1.5 #5

Closed benkank closed 13 years ago

benkank commented 13 years ago

The user defined success callback is not being called in Jquery 1.5. This is true in the included version of the form plugin as well as the most recent version pulled from their github repository. I suspect the problem lies in the form plugin's use of jqueries ajax functions which where revamped in 1.5.

thecodemine commented 13 years ago

I think this is actually due to the validate plugin using a wrapped version of $.ajax. See discussion at https://github.com/jzaefferer/jquery-validation/issues#issue/36