If I have a span, say:
hereismytext
How do I use JavaScript to change "hereism
I use Jquery and none of the above helped, I don't know why but this worked:
Jquery
$("#span_id").text("new_value");