this text inside the span is generated by php, if I am going to add tag from annually to end of text. I dont know how to target the string of text to start the jquery.
<!-- input: -->
<span class="price">RM1,088.00 Annually + RM10.00 Setup Fee (Free Domain)</span>
<!-- output: -->
<span class="price">
RM1,088.00
<small>Annually + RM10.00 Setup Fee (Free Domain)</small>
</span>
I dont know how to target the string of text to start the jquery.you mean theRM1,088.00text? Your question is a bit unclear, but maybe I don't understand it. What are you trying to achieve and what have your tried?