$(".comment").shorten({ "showChars": 100, "moreText": "See More", }); $(".comment-small").shorten({ showChars: 10 }); code example
Example: $(".comment").shorten({ "showChars": 100, "moreText": "See More", }); $(".comment-small").shorten({ showChars: 10 });
$(".comment").shorten({
"showChars": 100,
"moreText": "See More",
});
$(".comment-small").shorten({
showChars: 10
});