Are there any methods to identify the script used in certain HTML elements?
For instance, if I wish to determine the script responsible for creating a drop-down menu, I can locate the HTML and CSS for the menu but not the JavaScript (or other scripts).
I currently use the Web Developer chrome extension to extract the JavaScript from pages of interest. However, these documents are extensive. How can I establish which functions/variables/etc correlate with specific parts of the HTML?