Created
May 31, 2013 15:49
-
-
Save joseadrian/5685928 to your computer and use it in GitHub Desktop.
Calculate number of lines depending on line-height (jQuery). The line-height should be set
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var numberOfLines = element[0].offsetHeight / element.css('lineHeight').replace('px',''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment