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