5
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 H1’s html and div’s own.
I need something dynamic, regardless of having "relatives" or defined children.
first I believe that the correct one would be like $(".quadro"). html(), because you are treating a class and not an id
– Thiago Friedman
Beauty, it was just a distraction at the time of formulating. I will correct.
– Joao Paulo