Closed luger95 closed 6 years ago
Hi,
If I truncate the text, then cancel and rethink, nothing happens. Why?
$('#auctionsList').find(".auctionThumbTitle a").truncate('expand'); $('#auctionsList').find(".auctionThumbTitle a").truncate({ ellipsis : '...', lines: 2, position: "end" });
In reality I am looking for how to truncate the text after resizing. Your plugin does not seem to handle that in my case.
Thanks
Hi,
If I truncate the text, then cancel and rethink, nothing happens. Why?
$('#auctionsList').find(".auctionThumbTitle a").truncate('expand'); $('#auctionsList').find(".auctionThumbTitle a").truncate({ ellipsis : '...', lines: 2, position: "end" });
In reality I am looking for how to truncate the text after resizing. Your plugin does not seem to handle that in my case.
Thanks