Home » HTML » Html miscellaneous » Question
  1. Which of the following is not a jQuery dimension method?
    1. css()
    2. height()
    3. outerHeight()
    4. innerWidth()
    5. None of these
Correct Option: A

There are various important methods for dimension. Some of them are height(), innerHeight(), outerWidth(), outerHeight(), width(), innerWidth(). Width() method includes border, margin and padding. innerWidth() and innerHeight() method includes padding. outerHeight() and outerWidth() method includes border and padding. CSS() method is used for CSS manipulation in jQuery.



Your comments will be displayed only after manual approval.