I know that I can use the following advice to pause on click:
Using Chrome, how to find to which events are bound to an element
But when I followed this advice I found that after stepping out 20 times I have still not arrived at my source code. I am still navigating various tracking files and jQuery files.
Is there any faster way to to find which of my click events triggers on a click? Perhaps it is possible to skip all files that are not my source code?