Im trying to find a solution to search for a text string \"Tony\" contained in the DOM and replace it with a text String \"Tiger\".
Anyone have any insight or ideas
Is it possible to couple this with a server-side solution? You could wrap every occurence of the word server side with a special class, like texttoreplace.
texttoreplace
Running a javascript replace on the resulting classes only should speed things up.