How can inspect an element added/remove when mouse enter/leave a link FireBug?

Boatafuffguts

New Member
I've Bootstrap tooltip plugin that is showing/hiding a \[code\]<div>\[/code\] inside \[code\]<body>\[/code\] when mouse is enter/leave an \[code\]<a>\[/code\] element.I can see the new \[code\]<div>\[/code\] added to body when i use the element selector and pass over the link. But when i move the mouse again for inspect the new \[code\]<div>\[/code\] style, of course the \[code\]<div>\[/code\] is removed from DOM.How can i select it to inspect the computed style? I need this because my tooltips show a bit different style from Bootstrap reference tooltips.
 
Back
Top