Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript [Solved] jQuery Removing One Word of Text Reply To: jQuery Removing One Word of Text

#149516
Paulie_D
Member

@The Doc.

You’re probably right…swap out the p for a span and it’s easier/better.

<div> 
<a href="#">username here</a>
<span class="posted">posted</span>
<span>Aug 23, 13</span>
</div>

The important point to me is that all text should be inside some sort of text(like) tag such a p, span, heading or a etc.