[jQuery] Re: Remove ellipsis from shortened title.

2008-11-29 Thread DemersDesigns
html.replace( '…', '' );  // remove '…' >             $h.html( html );  // store the HTML back in the element >         }); >     }); > > -Mike > > > From: DemersDesigns > > > Hello, > > I am using Simplepie and truncating fields that a

[jQuery] Remove ellipsis from shortened title.

2008-11-28 Thread DemersDesigns
Hello, I am using Simplepie and truncating fields that are longer than a certain length. This process adds an ellipsis to the end, which I want in most situations. However, for titles, I do not want the ellipsis to show. I am trying to use jquery to remove the ellipsis character code (…) from any