I have the following elements:
<span class="teste">256,00</span>
<span class="teste">110,00</span>
<span class="teste">16,00</span>
<span class="teste">26,00</span>
I would like to know how to modify each value by spanning the span and adding an extra percentage for each value. this as jQuery code. Can someone help me with this? These are just examples.
Thank you!