Which jQuery methods are used to get or set the width and height of an HTML element including the paddings and borders?
Options:
Explanation:
The jQuery methods
outerWidth() and
outerHeight() are used to get or set the width and height of an HTML element including the paddings and borders.
Tags:
jQuery
Answer:
Which jQuery methods are used to get or set the width and height of an HTML element including the paddings and borders outerWidth() and outerHeight().