Viewing Data Returned By Ajax In Ie9
In Internet Explorer 9, how is it possible to view data that is returned by an ajax script? For example, in Firefox using Firebug, The 'All' tab has a 'Response' Sub Tab. that show
Solution 1:
use developer tools
or press f12
and in network tab
you can see xhr request captured and in then click go to detailed view
button to see the response
Post a Comment for "Viewing Data Returned By Ajax In Ie9"