Posts by Jorge Souza • 16 points
1 post
-
0
votes1
answer30
viewsA: How to recover input value separately from Numbers with same class
In the Javascript you need to save the clicked object/element using $(this) and send it to function. Then use el.closest() to climb 1 level of the element clicked and reach the div.quantidade, then…