[jQuery] truncate not perserving HTML
Hi,
I'm using truncate 2.3
It preserves my links to some degree, but the anchor ends up getting
shifted to the right. For example I have a link on the word Pizza
Shop
<a href="">Pizza Shop</a>
I apply truncate it ends up appearing as if the html was written as
follows:
Pi<a href="">zza shop </a>
Any ideas?