How do I get a long text string (like a querystring) to display a maximum of 10 characters, using JQuery?
Sorry guys I\'m a novice at JavaScript & JQuery :S
What you should also do when you truncate the string to ten characters is add the actual html ellipses entity: …, rather than three periods.
…