How can I cut a string after X characters?
07:27 09 Aug 2013

How can I cut a string after a specific number of characters in JavaScript?

I then want to append the '…' Unicode character. How can I do this?

javascript jquery