Example:
<div id="quadro" style="float:left">
<h1>Quadro de horários</h1>
</div>
If I use $("#quadro").html()
I only get h1, but I want the html of h1 and the div itself.
I need something dynamic, which is independent of having "relatives" or defined children.