forked from component/dom
-
Notifications
You must be signed in to change notification settings - Fork 1
outerHeight
Roman Shtylman edited this page Dec 24, 2012
·
1 revision
Return the outer height of the first element in a set of matched elements.
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