移动端的text-overflow多行文本溢出显示省略号(…)

2020-05-09 06:41:24易采站长站整理

$clamp(module, {clamp: 3});

2.jQuery插件-jQuery.dotdotdot

这个使用起来也很方便:


$(document).ready(function() {

$("#wrapper").dotdotdot({

// configuration goes here

});

});