2
It is possible to take the SCRIPT from an element.. EX:
<div id="form">
<div class="box">
<p>Pegar apartir da 'class="box"'</p>
</div>
</div>
take the complete code inside the partition id="form"
? That would be:
<div class="box">
<p>Pegar apartir da 'class="box"'</p>
</div>
Brawl bro ;)
– Pedro Quezado