can anyone suggest an easy way to replace some text on a page, well actually i want to wrap text strings on a page with a span tag
so for example <div>this is some text</div> Would become <div>this is <span>some</span> text</div>
can anyone suggest an easy way to replace some text on a page, well actually i want to wrap text strings on a page with a span tag
so for example <div>this is some text</div> Would become <div>this is <span>some</span> text</div>