- You have a
console.log(o)
in your code. - Now in Firebug you can click on the object in the console, which takes you to the DOM inspector.
- I thought there was a way to then access from the console command line that object you just inspected with
$0
, but it doesn't seem to work.
Maybe something changed in Firebug, or I don't remember this correctly. Is there another way to do this in Firebug? If not, do you have workaround to suggest?