What is the best JavaScript read more class? #read more
Edit
by matsebula makhosonkhe king - 10 years ago (2015-05-20)
Difficulties in using a readmore.js
| I tried to link a readmore.js for my page content as it is too long but I fail to get the expected results. |
Ask clarification
2 Recommendations
Advanced jQuery Read More: Truncate certain text areas with a read more link
A small but versatile jQuery plugin that allows you to truncate specific sections of your content and then creates a "read more" link to toggle the full content.
It is fully customizable, allowing you to change the caption of the links (even individually), the size of the truncated version, whether or not images should be shown in the short version etc.
| by David Whitworth package author 35 - 8 years ago (2016-09-01) Comment
This plugin not only allows you to truncate text but also gives you the option to adjust a lot of settings so that it fits your needs exactly. |
Cutter: Truncate HTML code to limit its length
This object can be used to truncate HTML code to limit its length.
It can process a given HTML document element and truncate it at the end if it exceeds a given number of words while preserving the original markup.
The truncated version may appear within the given HTML document element or some other target document element.
| by Manuel Lemos 200 - 10 years ago (2015-06-08) Comment
I think this object performs a similar operation of truncating text in HTML code up to a given length, so you can show a read more link to read the full version of the text. |