How to locate the position of onclick method in html in chrome devtools - Stack Overflow
漂亮男人2017-06-20 10:07:10
0
1
903
for example
<span onclick ="test()"></span>
Is there any way to directly locate this method without having to search one by one in js? I know that the bound events can be located from 'event listeners'
ctrl+F