Dear All,
I need a Jquery script to truncate a text paragraph by line (not by chart count).
I would like to achieve an evenly truncated text-block. It should have a "more" and "less" link to expand and shorten the text paragraph. My text paragraph is wrapped in a div with a class, like this:
<div class="content">
<h2>Headline</h2>
<p>The paragraph Text here</p>
</div>
The closest solution i could find on SOF is the one below (but it`s for textarea element and does not work for me): http://stackoverflow.com/questions/556767/limiting-number-of-lines-in-textarea
Many thanks for any tips. Ben