0
Well here’s the thing. I have the following code structure:
A div called part-sec that brings all the content of the product. The div-price-product comes with the price. So far so good. But underneath I have another div with the sizes and when the person clicks on the size he has to change the price-product div with the price of the size that the person clicked. But the problem is that it has several Divs equal to this and if I click it changes the price of the size clicked on all Divs. I wanted him to change the price only of the product with the div clicked. I’ve tried this and it didn’t work!
small medium great
Hello Felipe, you could edit your question by adding a little code to make it clear the problem?
– Um Programador
To better understand, read the guide that explains what a [mcve is].
– Woss