1

I have a lot of text inside of a fixed-size block. I need to determine if the text fits in the block. How can I do that? Preferably with jQuery.

Bogdan Verbenets
  • 25,686
  • 13
  • 66
  • 119

1 Answers1

1

Calculate text width with JavaScript

Community
  • 1
  • 1
Daniel Node.js
  • 6,734
  • 9
  • 35
  • 57