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.
Visual Event is a nice javascript bookmark you can run on a page to see all the events that are attached to a control.