Home>IT Tests>Questions>jQuery positioning: innerHeight and innerWidth include respectively the top and bottom padding, and the left and right padding of the considered element, while the outerHeight and outerWidth properties include the top and bottom margin respectively, and the left and right margin of the considered element.
Question from the jQuery test
jQuery positioning: innerHeight and innerWidth include respectively the top and bottom padding, and the left and right padding of the considered element, while the outerHeight and outerWidth properties include the top and bottom margin respectively, and the left and right margin of the considered element.
Medium
Regarding positioning in jQuery, which of these statements are true?
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about jQuery
1
Which of these different propositions are correct regarding AJAX processing in jQuery?1
We want to develop a jQuery plug-in or simply define our own methods or properties on the object by augmentation. Which of these statements are correct?0
How to bind a click event to a div, p and b elements in jQuery.0
Use categories in event names in jQuery0
What is the `.ready()` method in jQuery?