Sometimes it occurs that I like a feature on an page and want to read its javascript, but it is an difficult task to manually find where the function is especially when the webpages more than one js files.
Is there a way I can get/copy the only required js file by its name which I can easily get by inspecting page. examole:
<div id='abc()'></div>
Now how to fine the source of function div()
?