Find where element is selected in source
问题 Is the any way (Chrome Extension) search for all selections of an element in source JavaScript (or CSS for that matter) files? Basically, I want to see where the source code modifies the element. For example, when a button is clicked. Instead of searching for where the button clicked event is bound, Chrome Dev Tools would do it for me and show me. Is this possible within Chrome Dev Tools or an extension? 回答1: There is and it is awesome :) CTRL-SHIFT-F on Windows and CMD-OPT-F on Mac. https:/