codeGK
Code it ALL
jQuery innerHeight() - CodeGK

♦ jQuery innerHeight()

♣ Example4: jQuery innerHeight()

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