📜  readmore jquery 插件 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:05.985000             🧑  作者: Mango

代码示例1
$('article').showmore({
            closedHeight: 360,
            animationSpeed: 0.7,
            buttonTextMore: 'show more',
            buttonTextLess: 'show less',
            buttonCssClass: 'showmore-button'
        });