I am interested in an HTML page that uses an XHR object to request JSON data from the server and then some Javascript (jQuery) code is used to translate these data into HTML-markedup elements.
I wonder if it is possible to trace the "origin" of some HTML element using Chrome Web Developer Tools. That is, I want to understand if a specific element has been generated by some Javascript code and if so, which one, which line, and through which XHR object. I couldn't find a way. Is this possible?