jQuery.fn.size
-
.innerHeight()
CSS | Dimensions | Style Properties
Set the current computed height for each element in the set of matched elements, including padding but not border.
-
.innerWidth()
CSS | Dimensions | Style Properties
Set the current computed width for each element in the set of matched elements, including padding but not border.
-
.outerHeight()
CSS | Dimensions | Style Properties
Set the current computed height for each element in the set of matched elements, including padding and border.
-
.outerWidth()
CSS | Dimensions | Style Properties
Set the current computed width for each element in the set of matched elements, including padding and border.