I would like to change the text of a HTML element but preserve the rest of the inner html with jQuery.
For instance:
Some
just use some plain js functionality:
$('a')[0].firstChild.nodeValue = "New Text";