If I have a span, say:
hereismytext
How do I use JavaScript to change "hereism
For this span
sdfsdf
You can go like this :-
$("name").firstChild.nodeValue = "Hello" + "World";