- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1k
 
Check Ajax answer
        YouPHPTube edited this page Mar 16, 2018 
        ·
        1 revision
      
    - Use CTRL+SHIFT+I (or navigate to Current Page Control > Developer > Developer Tools. In the newer versions of Chrome, click the Wrench icon > Tools > Developer Tools.) to enable the Developer Tools.
 - From within the developer tools click on the Network button. If it isn't already, enable it for the session or always.
 - Click the "XHR" sub-button.
 - Initiate an AJAX call.
 - You will see items begin to show up in the left column under "Resources".
 - Click the resource and there are 2 tabs showing the headers and return content.
 
- Press Ctrl + Shift + E ( Command + Option + E on a Mac).
 - Select "Network" from the Web Developer menu, (which is a submenu in the Tools menu on OS X and Linux).
 - Click the wrench icon (), which is in the main toolbar or under the Hamburger menu (), then select "Network".