Is there a way to find out what script is being used with certain elements of the HTML.
For example if I want to find out what script went into creating a drop down menu, I know how to find the HTML and CSS for the menu, but not the JavaScript (or whatever script was used).
I am using the Web Developer chrome extension to get the JavaScript of pages I'm interested in, however these are huge documents, how do I know which functions/variables/etc link to which part of the HTML?