$n
From FirebugWiki
This command returns one of the 5 last HTML or XML elements selected via the Inspector.
Contents |
[edit] Syntax
$n(index)
[edit] Parameters
[edit] index
Index of the element to return (starting at 0) (required)
[edit] Examples
$n(3)
Returns the fourth last inspected element.