1
I would like a script to print one div separate from the other that has the same id ex.:
<div id="print">
<p>Imprimir este conteúdo separado das outras div</p>
<input type="buttom" value="Imprimir">
</div>
<div id="print">
<p>Imprimir este conteúdo separado das outras div</p>
<input type="buttom" value="Imprimir">
</div>
<div id="print">
<p>Imprimir este conteúdo separado das outras div</p>
<input type="buttom" value="Imprimir">
</div>
The
ids
should be single per page... Consider doing a [tour] and adjusting your question as explained in [help]. Good Luck!– MagicHat