♦ 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.innerHeight() : method for returning innerHeight
Example
Input:
Output: