I want to take text on a web page and measure its height in lines, regardless of any other parameter, so if I reduce the width of the text and get more lines, I will get a new line count.
Any ideas how to do this using JS and jQuery?
Also, what line numbering methods are common?
source
share