How would one be able to select partial characters and add a class or add a tag to those characters/text using jQuery?
Here is code I have to play with:
<b><font class="pricecolor colors_productprice specialprice">
<font class="text colors_text"><b>Regular Price:<br></b></font>
$2,492.38
</font>
</b>
<a class="pricecolor colors_productprice specialprice" href="javascript:void(0);">
<b><div id="emailprice">Click Here For Price!</div></b></a>
I want to make it something like this:
<font class="text colors_text"><b>Regular Price:<br></b></font>
$2,492<sup>.38</sup>