Skip to content
Roman Shtylman edited this page Dec 24, 2012 · 1 revision

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

Clone this wiki locally