$('p').limitText(); // (100 characters and an "..." ellipis)
Limit Text is a lightweight, cross-browser, and user-friendly jQuery text truncation plugin which truncates long text by characters and hides overflowing content using ellipsis (...) without breaking a word in half. jQuery Script.
Limit Text is a lightweight, cross-browser, and user-friendly jQuery text truncation plugin which truncates long text by characters and hides overflowing content using ellipsis (...) without breaking a word in half. jQuery Script.
$('p').limitText({length: 65,ellipsisText: '[...]'})
.css('color', '#800000');
Despite its mercurial nature, however, the house cat is the most popular pet in the world.
Despite its mercurial nature, however, the house cat is the most popular pet in the world.