I saw something that I'd like to implement on my site - it's the counter at the top-right corner of the page here: http://newatlas.com/chainless-chopper-mc2-bike/50836/#p476587 that counts the image you're on as, you scroll the page.
I'm sure I can modify it to do what I want for my site, if I could just see the code these guys are using!
Anyone know how to use the debugger to study another developer's code?
Update
This question was marked as a duplicate of Find JavaScript function definition in Chrome, but that other question is not helpful in this case.
For one, the answers in that other question show you how to find a specific function name, but I don't know the name of the function that's registered as the listener.
For two, I don't think I should need to manually search the code in order to find the function. I'm sure there's a faster workflow for finding the code that's associated to an element's click
event.