jQuery .outerHeight()
Learn all about the jQuery function .outerHeight().
The top and bottom padding and border are always included in the .outerHeight()
calculation; if the includeMargin
argument is set to true
, the margin (top and bottom) is also included.
This method is not applicable to window
and document
objects; for these, use .height()
instead.