backbone.js - Why is this DOM element shown greyed-out and isolated in Firebug? -


i have backbone application appends elements dom. when log these dom elements console, appear greyed-out , isolated in firebug inspector, this:

http://cl.ly/0n0s451g0w2l0x0r072r

other times, shown in full colour , within context of dom. here same element, @ different time in backbone app:

http://cl.ly/2k2j0i3g2d0r0k121i3t

i'm guessing greyed-out, isolated treatment denotes element not appended dom—but i'm troubleshooting bug in app , helpful 100% sure.

you guessed right. "greyed-out" element detached dom.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -