You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: