$0
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Separate Command Line API page for $0) |
Sebastianz (Talk | contribs) (Added description of syntax and linked back to Command Line API) |
||
| Line 1: | Line 1: | ||
This command represents the last HTML or XML element selected via the [[Inspector]]. | This command represents the last HTML or XML element selected via the [[Inspector]]. | ||
| + | |||
| + | == Syntax == | ||
| + | <source lang="javascript"> | ||
| + | $0 | ||
| + | </source> | ||
== See also == | == See also == | ||
* [[$1]] | * [[$1]] | ||
* [[$n]] | * [[$n]] | ||
| + | * [[Command Line API]] | ||
Latest revision as of 10:58, 5 July 2012
This command represents the last HTML or XML element selected via the Inspector.
[edit] Syntax
$0