Text replace with Jquery
Posted
by James123
on Stack Overflow
See other posts from Stack Overflow
or by James123
Published on 2010-04-30T15:34:45Z
Indexed on
2010/04/30
15:37 UTC
Read the original article
Hit count: 366
I have to replace Text inside HTML. When I looked ViewSource of the page I found this html tag. Now I need to replace text "Respuesta" with "Responder". I am using SharePoint CEWP webpart for this. What is the code I need write to replace this text?
<div><a id="ReplyLink3" href="" ONCLICK="javascript:GoToPage('');return false;" target="_self"><img id="replyButton" border="0" align="middle" alt="Respuesta" src="/_layouts/images/reply.gif"> <NOBR><b>Respuesta</b></NOBR></a><
© Stack Overflow or respective owner