I have some HTML created by jQuery and appended to a div:
var element = "<div style='background-color:red' class='some'/>";
$("#result").append(element);
When I run this code and dispaly a source via Crtl + U, I can't see this piece. Is there a way to see full source?