I'm trying to figure out how to remove the dash and colon here using jQuery. Is there a way? So far, I've tried .empty
and .remove
but I couldn't get it to work, unfortunately.
<p class="meta">
<strong>Author Name</strong>
– <-- remove this
<time>June 7, 2013</time>
: <-- remove this
</p>