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