'How do i find the Javascript code that makes a backend ajax call to get the data

I am looking at this webpage. https://www.medtronic.com/covidien/en-us/products.html

I am trying to watch the xhr calls this webpage makes when we click on the product's description page like Ablation Systems or acute extracorporeal therapy solutions etc.

But when i launch the developer tools and look at the network call's that is being done I don't see anything.

When i launch the developer tools and inspect the network traffic after visiting https://www.medtronic.com/covidien/en-us/products/ablation-systems/emprint-sx-ablation-system.html and by clicking Order Information Button I don't see how the table data gets created.

Is there a way from me to intercept the calls so I can download the data ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source