Style related Methods.width()On this page.width().width( ): intReturns the width of the element without margins.console.log( 'Width: ', $( "div" ).width() );