In firebug 2 I was used to do things like: 
jQuery('#blabla') in the console. It will spill out something like <div 
id="blabla"> and I could click on it to go in the inspector view. 
Now with firebug 3, whenever I do the same I get an object! 
Object { context: HTMLDocument → index.php, selector: "#blabla" }
I can click on the HTMLDocument and in the right I get to see the 
properties of that object. The first one that is listed is context -> on 
the right of it I have tiny little { that I can click on and it will switch 
to the inspector view, but it won't be on the element that I tried to 
select?

Am I missing something obvious here?

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/c3d09165-93a4-4fe4-acb1-428c3ee301cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to