I've got a bunch of h4 tags that I want to wrap in a <span class="red"> </span>
Some of the text is like this: $12 and some has a space like $ 5
How can I wrap all instances of $ and the numbers that follow with jQuery?
Let me clarify. I want to have this <h4> this item is <span class="red">$42</span> and on sale</h4>