Hi, James...

Just a thought...do you have format=json as part of the URL that you're calling?
That straightened out the format problem for me when I added that.

What does your ajax code look like?

Rick

> -----Original Message-----
> From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On 
> Behalf Of James Hughes
> Sent: Friday, January 16, 2009 5:16 AM
> To: jQuery
> Subject: [jQuery] JSON with ajaxComplete
> 
> 
> Hello,
> 
> I have a generic ajaxComplete event that does soe generic stuff to my screen 
> once ajax calls
complete.
> All calls will return a JSON object with at least a success property.  The 
> thing is the
ajaxComplete
> arguments don't have my response in JSON (regardless of specifying type in 
> the call).  It does
obviously
> contain the responseText but my question is do I just call an eval on this or 
> os there a cleaner
> "jQuery" way to do this?
> 
> Regards,
> 
> James.


Reply via email to