Firebug - how to retrieve/manipulate an object inspected in the DOMtab (similar to $0 for the HTML t

L

Lobo

I've posted the following message on the firebug group, but so far no
response.

http://groups.google.com/group/firebug/browse_thread/thread/9504674b8817692b

So I'll try here in case any of you know the answer ...

How can I retrieve via variable an object inspected in the DOM tab?.

If I execute somewhere in my javascript code
[ console.log(anObject) ], then how can I assign and manipulate that
object from the console?.

I need a similar behavior as "$0" (which applies to the HTML tab) but
for the DOM tab.

Many thanks.

Lobo
 
T

Thomas 'PointedEars' Lahn

Lobo said:
I've posted the following message on the firebug group, but so far no
response.
http://groups.google.com/group/firebug/browse_thread/thread/9504674b8817692b

Probably because you need to ask that question the smart way.

So I'll try here in case any of you know the answer ...

How can I retrieve via variable an object inspected in the DOM tab?.

You can't "retrieve via variable an object".
If I execute somewhere in my javascript code
[ console.log(anObject) ], then how can I assign and manipulate that
object from the console?.

`anObject' is a reference to your object, so …
I need a similar behavior as "$0" (which applies to the HTML tab) but
for the DOM tab.

You can't select an object in the DOM tab like a node in the HTML tab, so …


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top