Ben Michael Ward is a Web Developer living in San Francisco.

This is the blog. You should also take a look at my main site, ben-ward.co.uk, and follow on Twitter.

Oct 30 2009

There is a new sidebar pane when you inspect an element in the Elements Tree Hierarchy. If the current Node has registered event listeners there is a separate section for each type of event registered (click, mouseover, etc). Within each of these lists is a display of all of the event listeners in the entire event flow for that type. That means you see all the Capturing Event Listeners followed by the Bubbling Event Listeners in the exact order that they execute and on which nodes they are registered.

BogoJoker » Improving the Web Inspector.

Holy shit, Webkit.