When I use outerWidth() in jQuery it gives me the full width of the block element which is usually the whole page width (if it is the only thing on that line). In the picture below the red line is the width that I get from outerWidth(). The blue line is the width I am trying to find.
How do I find the width of the area the text is taking up in jQuery.



