[jQuery] Re: JSON with ajaxComplete

2009-01-18 Thread Rick Faircloth
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...@googlegrou

[jQuery] Re: JSON with ajaxComplete

2009-01-16 Thread Mike Alsup
> 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 cal