Sunday, July 30, 2017

What is jQuery outerWidth() and outerHeight() Methods?

jQuery outerWidth() and outerHeight() Methods

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).