[jQuery] Is it possible to do something like Firebug `inspect` function with JQuery?

[jQuery] Is it possible to do something like Firebug `inspect` function with JQuery?


When mouse over an object, say a DIV for simplicity, I can use JQuery
to get its absolute position in DOM tree,
e.g.
div#header < body < html
Any idea?