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 of how to do so? Im guessing it will take an each statement coupled with a replace function and possibly contains?
Thanks Jake