How to debug JavaScript / jQuery event bindings with Firebug or similar tools?

前端 未结 15 1129
一个人的身影
一个人的身影 2020-11-22 06:56

I need to debug a web application that uses jQuery to do some fairly complex and messy DOM manipulation. At one point, some of the events that were bound to particular eleme

15条回答
  •  既然无缘
    2020-11-22 07:34

    Looks like FireBug crew is working on an EventBug extension. It will add another panel to FireBug - Events.

    "The events panel will list all of the event handlers on the page grouped by event type. For each event type you can open up to see the elements the listeners are bound to and summary of the function source." EventBug Rising

    Although they cannot say right now when it will be released.

提交回复
热议问题