JQuery: How replace text AFTER a nested tag?
Posted
by Pete Alvin
on Stack Overflow
See other posts from Stack Overflow
or by Pete Alvin
Published on 2010-06-13T01:41:53Z
Indexed on
2010/06/13
1:52 UTC
Read the original article
Hit count: 431
jQuery
|jquery-selectors
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?
© Stack Overflow or respective owner