[jQuery] Find text. Is this possible with JQuery?

2010-01-19 Thread shapper
Hello,

Is it possible with JQuery to find all words xyz in a text and
replace it by span class=xyzxyz/span?

Thanks,
Miguel


Re: [jQuery] Find text. Is this possible with JQuery?

2010-01-19 Thread David Statler
If you're talking about simple find  replace, you can do it with
javascript.

http://www.w3schools.com/jsref/jsref_replace.asp



On Tue, Jan 19, 2010 at 2:38 PM, shapper mdmo...@gmail.com wrote:

 Hello,

 Is it possible with JQuery to find all words xyz in a text and
 replace it by span class=xyzxyz/span?

 Thanks,
 Miguel