Find where element is selected in source

♀尐吖头ヾ 提交于 2019-12-12 20:24:59

问题


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://plus.google.com/115133653231679625609/posts/e4W2kdrFJY9

Enjoy!



来源:https://stackoverflow.com/questions/16066809/find-where-element-is-selected-in-source

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!