I joined a team to work on a project. Now that they use jQuery and a lot of the javascript file are external files instead of embedded.
When I clicked a button, which simply looks like:
<a class="button_cancel">Cancel</a>
It trigger an event which is defined in one javascript file.
Is there a way to locate the file (or even the exact line of the file) when the onclick is triggered?