oTable.bind('xhr', function ( e, oSettings ) {
var res = oSettings.jqXHR.responseText;
eval("var resp="+res);
alert(resp.xxx);
} );
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.