'jQuery ellipsis' cuts down long text lines and appends an ellipsis at the truncation spot, signaling the presence of more text hidden, due to lack of space.
The plugin works on a row number basis, so the ellipsis can be added to text with multiple lines.
The default ellipsis character (...) is customizable. Just check and edit the plugin's source.
A demo of jQuery ellipsis is included with the download package.
Requirements:
· JavaScript enabled on client side
· jQuery 1.7 or higher
What's New in This Release: [ read full changelog ]
· Supports Travis CI.