JQuery: How replace text AFTER a nested tag?
- by Pete Alvin
I'm trying to figure out the jQuery statement to rename "apple" with "orange:"
<a id="#alvin" href="http://www.camille.com"><ins class="xxx">Anna</ins>apple</a>
Can this be done easily?