show/hide this revision's text 2 added 74 characters in body

I need to write in javascript (jquery) a function that is aware of the number of characters that fit in a line of the browser window. I'm using a monospace font to ease the problem, but it would be better if I generalize it for different fonts.

How can I know how many characters would fill a row in the browser?

The intention is to count the number of characters that fill a line.

Thanks.

show/hide this revision's text 1

How to measure characters in javascript and/or with jquery

I need to write in javascript (jquery) a function that is aware of the number of characters that fit in a line of the browser window. I'm using a monospace font to ease the problem, but it would be better if I generalize it for different fonts.

How can I know how many characters would fill a row in the browser?

Thanks.