Removing a specified string of text?
Hello,
I have text in a <div> spit out from a database with an * showing up after it:
-
<div class="outerdiv">Time of match*</div>
<div class="outerdiv">Place of match *</div>
<div class="outerdiv">Importance of match*</div>
As you can see there is an asterisk spit out after the text. Is there any way in JQuery to remove this * on all <div>'s with the class "outerdiv"?
Many thanks in advance