I have been working on trying to get AJAX to work with Jquery. My big issue so far has been that I don\'t really know how to figure out where I\'m making a mistake. I don\'t
To debug any XHR request:
for a GET request:
for a POST request:
click Reveal in Network panel
In the Network panel:
click on your request
click on the response tab to see the details