So i have a div that contains the text "12:00PM" .. it's a little clock application.
<div id="#clock">12:00PM</div>
I wanted to make the ":" part disappear and then reappear..
I wonder if this was possible w/ jQuery.
i have all the intervals and everything worked out... my clock gets updated.. but i just need a way to target/select that ":" character.. and remove it.. and then replace it :)
Is this possible without being too complicated?
Thanks