Can I get data from an ajax request using a global .ajaxSuccess handler?

Posted by Daniel Schaffer on Stack Overflow See other posts from Stack Overflow or by Daniel Schaffer
Published on 2010-04-03T03:20:32Z Indexed on 2010/04/03 3:23 UTC
Read the original article Hit count: 296

Filed under:
|

I've created a global handler for ajaxSuccess, but I need to be able to examine the data for each request. Is it possible to access the returned data at this point?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX