jQuery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery innerHeight() Method

jQuery innerHeight() Method

 

 

The innerHeight() method returns the inner height of the FIRST matched element. It includes both the element height and padding of its y-axis if present.

 

For your Information:-

 

Some of its relative methods are width(), innerWidth(), innerHeight(), outerWidth(), and outerHeight().

 

Syntax:-

 

Its syntax is:- $(selector).innerHeight()

Code Explanation

All Tutorials related to jQuery CSS and HTML Methods

All Sections related to jQuery