How to use chrome web inspector to view hover code

前端 未结 6 1672
野趣味
野趣味 2020-12-04 18:28

Using chromes web inspector to view code is very useful. But how do you view for example the hover code for a button? You will have to hover the mouse over the button and th

6条回答
  •  不思量自难忘°
    2020-12-04 19:09

    Alternatively, you can use Event Listener Breakpoints sidebar pane in the Scripts panel and select to pause in mouseover handlers.

提交回复
热议问题