If there is any way you can measure height of text node without wrapping it?
I've tried useless native method node.style.height
, then node.clientHeight
, then jQuery method $(node).height()
It gives me javascript error Uncaught TypeError: Cannot read property 'height' of undefined
here is my playground: http://jsfiddle.net/acrashik/F99mm/1/