dot.js 295 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 /** * jquery.dotdotdot.js的使用封装,解决字符串包含空格情况下截字从字符串开始的问题 * @author: xuqi(qi.xu@yoho.cn) * @date: 2015/8/19 */ require('./lib/jquery.dotdotdot'); module.exports = function($els) { $els.dotdotdot({ wrap: 'letter' }); };