Posts by joao_vitor • 19 points
2 posts
-
0
votes1
answer88
viewsQ: Adding several inputs with same id jquery or Avascript
então galera tenho seguinte codico function calcularFinal() { var contas = document.querySelectorAll("#produ"); var total = 0 ; for(var i= 0; i<contas.length; i++){ var conta =…
-
-3
votes1
answer92
viewsQ: creating shopping affection using jquery
**so I’m making a shopping cart and I’m with the following poblema as you can see the low,when I have only one item in the cart I can add with button + and remove with button - *? **the poblema…