Find where item is selected in source

Is there any way (Chrome extension) to search for all selected elements in the source JavaScript (or CSS) files? Basically, I want to see where the source code modifies an element. For example, when a button is pressed. Instead of looking for where the button-related event is tied, Chrome Dev Tools will do this for me and show. Is this possible in Chrome Dev Tools or in the extension?

+2
source share
1 answer

There is awesome :)

CTRL-SHIFT-F for Windows and CMD-OPT-F for Mac. https://plus.google.com/115133653231679625609/posts/e4W2kdrFJY9

Enjoy it!

+1
source

All Articles