jQuery 缩短文本插件:Shorten
Shorten 是一个可以在 DIV 中自动缩短文本并且加上“show more”链接的 jQuery 插件。
Shortens the text within 'element' and add a 'more' link.
$(element).shorten();
Add a link with text 'read more' while shortening the content of element.
$(element).shorten({ moreText: 'read more' });
Change the link text to 'read more' and 'read less' overriding default value 'more' and 'less'.
$(element).shorten({ moreText: 'read more', lessText: 'read less' });
Override default display 100 characters and hide text above 50 characters.
$(element).shorten({ showChars: '50', });
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!