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?
jQuery(document).ajaxSuccess(function(event, request, options) {
// i can has the datas? >^..^<
});