.height()
.height(): int
Returns the height of the first matching element without margins, including paddings and borders.
console.log( 'Height: ', $( "div" ).width() );
intReturns the height of the first matching element without margins, including paddings and borders.
console.log( 'Height: ', $( "div" ).width() );