outerHeight - defunctzombie/dom GitHub Wiki

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

outerHeight()

The outer height includes borders, padding, and content. It does not include the margin.

 margin
-------- outer height
 border  |
 padding |
 content |
 padding |
 border  |
-------- outer height
 margin