Fastest jQuery auto parts plugin?

I am looking for jQuery autoellipsis plugin. (Auto-ellipsis plugins will be added ...to the end of multi-line text.)

I know these plugins: autoellipsis and dotdotdot . but both work slowly in my jQuery Mobile project.

What is the fastest jQuery auto-element plugin?

EDIT: I need to call the autoelement plugin on a window resize event.

+5
source share
4 answers

This JsPerf ( http://jsperf.com/truncate-vs-dotdotdot/4 ) compares the following truncation / ellipse plugins:

  • jquery dotdotdot 1.6.16
  • jquery truncate 1.4
  • autoellipsis 1.0.10
  • truncate.js v0.1.0
  • trunk8 v1.3.1

jsPerf. , truncate.js out .

+7

Trunk8 - .

+3

This is the one that I returned a little, it supports several lines, etc., I had some "big" ideas, but so far it has been quite useful as it is:

https://github.com/rmorse/AutoEllipsis

+1
source

All Articles