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