Small Jquery plugin to add Show More button to any div.
Download: https://github.com/dtasic/show-more-plugin
Demonstration: https://jsfiddle.net/8eyevhmb/25/
Plugin homepage:https://github.com/dtasic/show-more-plugin
Implementation:
– add jquery.show-more.js to your page
– usage: $(“#your-element”).showmore();
Options:
minheight | Integer | measured in pixels |
buttontxtmore | String | Default : show more – default text for show more |
buttontxtless | String | Default : show less – default text for show less |
buttoncss | String | Default : showmore-button – default css name |
animationspeed | Integer | in miliseconds |
Screenshots: