I am using the jQuery dotdotdot truncation plugin dotdotdot.frebsite.nl
jQuery dotdotdot
I want to truncate at max 2 lines. And when a user clicks on more,
more
You can send a destroy message to dotdotdot
$('a.read-more').on( 'click', function(event) { event.preventDefault(); $(this).parent().trigger("destroy"); });
http://jsfiddle.net/bhlaird/C5Ent/