Inspect an element to investigate jQuery event bindings

前端 未结 4 1360
时光取名叫无心
时光取名叫无心 2021-01-29 19:55

Hypothetical: I find a page with a button (\'#bigButton\'), that when clicked causes a llama (\'img#theLlama\') to show() using jQuery.

So, somewhere (say, Line 76) in

4条回答
  •  日久生厌
    2021-01-29 20:32

    Well eventbug will show you all of the event handlers for an element, http://getfirebug.com/releases/eventbug but often the handler is some generic code.

提交回复
热议问题