regex - Remove colon from part of text via jQuery? -


I had a similar question that was posted earlier but it is a bit different. I'm trying to remove the colon from the lower price code of jQuery usage.

  & lt; Font class = "value color_productprice" & gt; & Lt; Div class = "dealtext" & gt; & Lt; / Div & gt; : $ 58.05 & lt; / Font & gt;   

So far I believe that something like this can be completed, I need another set of eyes to improve it:

  $ ('Pricecolor: contains (":")'). Remove (colon ??);   

It still does not look right, maybe I get () ?

  $ ('*'). Each (function () {$ (this) .html ($ (this) .html (). (":", ""));});    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -