What's the meaning of $("content")?

0 views
Skip to first unread message

ray

unread,
Feb 11, 2008, 6:55:56 AM2/11/08
to Firebug
I'm reading the source code of firebug and found a expression in
tabWatcher.js:
const tabBrowser = $("content");
What's the meaning of $("content")?Thanks in advance.

ilpo...@gmail.com

unread,
Feb 11, 2008, 11:57:10 AM2/11/08
to Firebug
$("content") is a shortcut for document.getElementById("content").
Reply all
Reply to author
Forward
0 new messages