sentoina / jquery-ellipsis

Support multiple lines ellipsis

Home Page:http://plugins.jquery.com/ellipsis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery ellipsis Build Status

Support multiple lines ellipsis

http://plugins.jquery.com/ellipsis/

Getting Started

Download the production version or the development version.

Usage

Fit one line

$('#target').ellipsis();

Fit on two lines in the case of two or more lines

$('#target').ellipsis({
    row: 2
});

Change ellipsis character

$('#target').ellipsis({
    row: 2,
    char: '**'
});

License

jquery-ellipsis is available under the terms of the MIT License.

About

Support multiple lines ellipsis

http://plugins.jquery.com/ellipsis/

License:MIT License