I have the same problem here and the call sure is successful, because the rest of the commands get executed. The weird thing is that only the alert that does not get executed. I have even inspected the response with firebug and repeated the tests using selenium with and without the alert so I´m sure that the alert does not work on these callbacks (including error and complete ones either).
On 7 nov, 15:34, Mike Alsup <[EMAIL PROTECTED]> wrote: > > The form submits as it should, using an AJAX call. When I add a > > beforeSubmit callback function to the options array, that gets called > > as well, as it should. Only the success callback (the alert) isn't > > called and I don't know why. > > Maybe the call wasn't successful. Can you post a link?