filmov
tv
What is difference between width and outerWidth, height and outerHeight in jQuery

Показать описание
What is difference between width, innerWidth and outerWidth, height, innerHeight and outerHeight in jQuery.
The outerWidth() method returns the width of an element (includes padding and border).
The outerHeight() method returns the height of an element (includes padding and border).
The outerWidth() method returns the width of an element (includes padding and border).
The outerHeight() method returns the height of an element (includes padding and border).