Can I get data from an ajax request using a global .ajaxSuccess handler?
- by Daniel Schaffer
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?