[jQuery] Re: jQuery Form Plugin - "success" callback function isn't called

2009-01-22 Thread Sander Manneke | Internet Today
mens Mike Alsup Verzonden: donderdag 22 januari 2009 15:11 Aan: jQuery (English) Onderwerp: [jQuery] Re: jQuery Form Plugin - "success" callback function isn't called > Topic is somewhat old, but I'm stuck on the same thing.. 'success' isn't > ca

[jQuery] Re: jQuery Form Plugin - "success" callback function isn't called

2009-01-22 Thread Mike Alsup
> Topic is somewhat old, but I'm stuck on the same thing.. 'success' isn't > called > > I've managed to narrow it down somewhat > on:http://www.manneke.com/ajaxform/test.php > > The first form is to an external php file that echoes 'hello' afterwhich > success IS NOT called. > > The second form i

[jQuery] Re: jQuery Form Plugin - "success" callback function isn't called

2009-01-22 Thread Redzzzzz
Hello, Topic is somewhat old, but I'm stuck on the same thing.. 'success' isn't called I've managed to narrow it down somewhat on: http://www.manneke.com/ajaxform/test.php The first form is to an external php file that echoes 'hello' afterwhich success IS NOT called. The second form is to

[jQuery] Re: jQuery Form Plugin - "success" callback function isn't called

2008-12-09 Thread Mike Alsup
> Actually if you put a debugger;  statement there and debug with > firebug you will see that it actually gets called. But for some reason > the alert does not work. But other js code will work so you can show > your messages somewhere else on the page if you want or need to. Post a link so we ca

[jQuery] Re: jQuery Form Plugin - "success" callback function isn't called

2008-12-09 Thread [EMAIL PROTECTED]
Actually if you put a debugger; statement there and debug with firebug you will see that it actually gets called. But for some reason the alert does not work. But other js code will work so you can show your messages somewhere else on the page if you want or need to. On 7 nov, 15:34, Mike Alsup

[jQuery] Re: jQuery Form Plugin - "success" callback function isn't called

2008-12-09 Thread [EMAIL PROTECTED]
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 su

[jQuery] Re: jQuery Form Plugin - "success" callback function isn't called

2008-11-07 Thread Mike Alsup
> 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?

[jQuery] Re: jQuery Form Plugin - "success" callback function isn't called

2008-11-07 Thread jscheel
Hrm, I'm having the same problem. Anybody have any ideas? On Oct 23, 6:34 am, Sebastian <[EMAIL PROTECTED]> wrote: > Hey guys, > > I'm working with the "jQueryFormPlugin" and I'm having some trouble > with it. > In my HTML I have a button, which, when clicked, inserts aformvia > jQuery. To then r