.innerHeight()
.innerHeight(): int
Returns the inner height of the first matching element without margins and borders, but including padding.
console.log( 'Inner height: ', $( "div" ).innerHeight() );
int
Returns the inner height of the first matching element without margins and borders, but including padding.
console.log( 'Inner height: ', $( "div" ).innerHeight() );