I have a webpage with an elastic layout that changes its width if the browser window is resized.
In this layout there are headlines (h2) that will have
h2
There is a simple jQuery solution by Devon Govett:
https://gist.github.com/digulla/5796047
To use, just call ellipsis() on a jQuery object. For example: $("span").ellipsis();
To use, just call ellipsis() on a jQuery object. For example:
$("span").ellipsis();