Hi,
I want to pass a callback in the result of the ajax call, something like this:
For this, i will need to access the response of the ajax call, is it possible?
I want to pass a callback in the result of the ajax call, something like this:
{ "aaData": [ [ "1", "Internet Explorer 4.0", "Win 95+", "4", "X" ], [ "2", "Internet Explorer 5.0", "Win 95+", "5", "C" ], [ "2", "Internet Explorer 5.5", "Win 95+", "5.5", "A" ] ], "callbacks": [ "function(data){ if (data == 1) return 'Yes'; else return 'No'; }" ] }
For this, i will need to access the response of the ajax call, is it possible?