Remove *Shorten on Print
I am trying to expand shorten on print... what is the best method? So far, hiding the class .shortcontent does not work. What would you suggest? Other han that... great script.
It seems that there is no cross-browser solution for that: http://stackoverflow.com/a/15713060/546491
In browsers that support text-overflow: ellipsis it would be possible to use a print style sheet that overrides the ellipsis. Shorten is implemented using inline styles, so the print style sheet would have to use the !importantkeyword to be effective.
Pending an official method to expand the text, you can always trigger a click event on the generated tail element.This would only work if you can intercept the print event from your browser