Many JavaScript plugins perform some action only when the cursor is hovering over a given element. For instance, you hover over the names on http://jsbin.com/aCoboQo/1 and a tooltip pops up.
Without editing the JavaScript, how can one view the CSS applied to such an element (i.e. the tooltip) when the cursor is hovering over another element so that the tooltip is visible?
Thanks