> 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?

How are you requesting the data?  Are you using $.getJSON() ?

Reply via email to