This is a simple question.
How do I change the "badge's price from $10 to $20" with select onChange?
<span class="badge badge-primary">$10</span>
<select>
<option>$10 Item</option>
<option>$20 Item</option>
</select>
Please provide the HTML and jQuery.
P.S. I don't want to use an image for the badge's price. Thanks.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…