I'm sorry if this question sounds kind of silly, but i hope someone can help me out :).
I need to remove a euro(€) sign from a span that looks like:
<span id='price'>€ 19,99</span>
the thing is that i cant change it in the HTML file because these prices are automatically given by this webshop program ...
my first thought was javascript/jquery with a substring or slice method, but i wasnt able to figure out how to do this.
Any suggestions ?