Change only color of * in div using jquery -
i wondering there way change color of * in label? have this:
<label>name*</label>
and want change color of * this
<label>name<color='red'>*</color></label>
is possible jquery? know there wrap in jquery, can wrap 1 character,in case * ? in advance help.
Comments
Post a Comment