contentHeight - defunctzombie/dom GitHub Wiki
Return the content height of the first element in a set of matched elements.
contentHeight()
The content height is the height of the content space of the element. It does not include margin, borders, or padding
margin
border
padding
-------- content height
content
-------- content height
padding
border
margin
Note that unlike the other height functions, the contentHeight requires the computation of element padding as there is no native method to provide the content height directly.