codeGK
Code it ALL
jQuery outerHeight() - CodeGK

♦ jQuery outerHeight()

♣ Example6: jQuery outerHeight()

outerHeight() method returns the outerHeight of the HTML element selected.
Note that margin is not included for calculation of the width.
Below is the representation of jQuery outerHeight() Syntax.
Basic Syntax
$(selector).outerHeight()
Syntax Explanation:
selector : HTML element selector
outerHeight() : method for returning outerHeight
In this example, jQuery outerHeight() method is illustrated.
Example
Input:
Output:
Dimensions