How to trace or debug all available javascript events

前端 未结 4 1299
你的背包
你的背包 2020-12-04 12:26

How can I trace all Javascript events of a web page?

Is there a possibility to trace all events, even such without a handler attached?

Is there any tool out th

4条回答
  •  醉梦人生
    2020-12-04 12:42

    You can use FireBug Profiling Tool on FF and Web Developer Tool on IE8 or Developer Tools on WebKit

    EDIT:

    Just curious though, what do want to do with those events?

提交回复
热议问题