0
I’m new to Jquery and would like to know how I add two tags <p>
without input, for example:
<p>Valor do Pedido: <span id="resultado" class="resultado">5</span></p>
<p>Taxa de Entrega: <span id="txa" class="txa">5</span></p>
<p>Total: <span id="tot" class="tot"></span></p>
I would like to add these two values : value + rate = total, only that Jquery only recognizes when I use input, and that’s not quite what I wanted to use.