readmore jquery plugin code example
Example: readmore jquery plugin
$('article').showmore({
closedHeight: 360,
animationSpeed: 0.7,
buttonTextMore: 'show more',
buttonTextLess: 'show less',
buttonCssClass: 'showmore-button'
});