Posts by Mowa • 24 points
1 post
-
0
votes1
answer74
viewsA: Pick up Label Div Daughter Value
$('.Linha').on('click', () => { const productContent = document.querySelectorAll('.dp1') const price = [] for(let i = 0; i < productContent.length; i++){…