jQuery DimensionsWidth and Height. jQuery Dimensions jQuery has several important methods for working with dimensions: width() height() innerWidth() innerHeight() outerWidth() outerHeight() Examplevar txt = "Width: " + $("#div1").width() + "</br>";Try it Yourself PreviousNext