innerHeight - defunctzombie/dom GitHub Wiki

Return the inner height of the first element in a set of matched elements.

innerHeight()

The inner height includes padding and content. It does not include borders or margins.

 margin
 border
-------- inner height
 padding |
 content |
 padding |
-------- inner height
 border
 margin