Fastest jQuery autoellipsis plugin?

Viewed 6926

I'm looking for a jQuery autoellipsis plugin. (autoellipsis plugins will add ... at the end of a multiline text.)

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

What is the fastest jQuery autoellipsis plugin?

EDIT: I have to call autoellipsis plugin on window resize event.

4 Answers
Related