Are there tools / techniques to debug jQuery event handlers?

MedicineMan picture MedicineMan · Mar 4, 2011 · Viewed 9.5k times · Source

I am currently trying to figure out what click event handlers have attached to my div. There should only be one handler attached, but there appears to be at least one. I'm using FireBug but Chrome could be an option as well. I don't like IE so I'd prefer not to use that.

The best case scenario is that I can inspect my div using FireBug, and see a list of event handlers.

Answer

bpruitt-goddard picture bpruitt-goddard · Mar 4, 2011

Visual Event is a nice javascript bookmark you can run on a page to see all the events that are attached to a control.