Search Results

1
vote

How to measure characters in javascript and/or with jquery

There is no easy way to do this in HTML. However, if you really must know, you can probably figure it out with some really ugly javascript: First, create a <div> with the widt …