[jQuery] Re: Callback on $.Post not firing

2008-11-24 Thread Andy Matthews
Is it maybe generating an error? Try converting to a .ajax call so that you've got access to the error method handlers. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rage9 Sent: Monday, November 24, 2008 3:43 PM To: jQuery (English) Subject:

[jQuery] Re: Callback on $.Post not firing

2008-11-24 Thread Rage9
Ok did that but still not getting anything from the errors: $.ajax({ type: POST, url: test.php, data: {name: test}, dataType: json,