On Apr 27, 2:29 pm, Domizio Demichelis <[email protected]> wrote:
> What could I use in order to get/create the label of an element like <div
> id="myid" class="myclass"> so to have "div#myid.myclass".
Do you want to create the element within Firebug panel?

Firebug UI is generated using Domplate - templating engine producing
HTML.

Here is some info about Domplate:
http://www.softwareishard.com/blog/category/domplate/

There is many ways how to get the element, you can use e.g.
document.getElementById
document.querySelector
...

Honza


> It's easy to implement, but FB already uses that everywhere and I don't
> think that reinventing the wheel is a good idea. (BTW, I searched into the
> code, but I din't found it).
>
> Thanks
> dd

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to