Posts by fsnasser • 91 points
1 post
-
9
votes6
answers2555
viewsA: How to change the title element text?
You can separate the value you want to change by placing inside a <span> and change the <span> instead of <h2>: $('#valor').text('R$20,00'); <script…