trunk8
trunk8 copied to clipboard
jQuery Truncation Plugin -- THIS PROJECT IS NO LONGER MAINTAINED
Boundary check for fixed with truncation; skip truncation if text length is smaller than the requested truncation size.
After trying to write my own code I decided to use trunk8. I cannot get it to fire for some reason, and I am not sure what the issue is....
I added a dependency on [jquery.actual plugin](https://github.com/dreamerslab/jquery.actual), and use it to compute height of target, even if not displayed. The height of a hidden element is 0, but with the...
Would be nice to define a data element on the tag which states the amount of lines it should shorten to. Doing this manually in a loop for now but...
Hi! I have faced with strange problem. If i use trunk8 in $.ajax call, for example ``` $.ajax({ url: parameters.source, type: "POST", dataType: "json", async: false, data: ajaxData, success: function...
i'm using trunk8 to shorten the title and the description of items in a listing. the maximum number of lines of the description is calculated based on the number of...
A typical use case is to have two spans like this article titlearticle teaser Tile and Teaser may have different styles, e.g. Title is likely bold I need to truncate...
line 128 - The logic on adding 'fill' to the end of the truncated HTML (parseHTML=true) was round the wrong way.
This is a first draft that addresses rviscomi/trunk8#1. I've added support to optionally truncate to a word boundary but would like some comments. The support I've actually added is the...
It seems that there is a minimum requirement of jQuery 1.4 due to using .unwrap(). It would be useful to have this documented somewhere up front to avoid those people...