📄️ .css()
Sets or Gets a single style value of the matched element
📄️ .height()
Returns the height of the element without margins.
📄️ .innerHeight()
Returns the inner height of the element without margins and borders.
📄️ .innerWidth()
Returns the inner width of the element without margins and borders.
📄️ .noPaddingHeight()
Returns the height of the element with or without margins and paddings, including borders.
📄️ .noPaddingWidth()
Returns the width of the element with or without margins and paddings, including borders.
📄️ .offset()
Returns the calculated offset values
📄️ .outerHeight()
Returns the height of the element with or without margins.
📄️ .outerWidth()
Returns the width of the element with or without margins.
📄️ .position()
Returns the offsetTop and offsetLeft values
📄️ .width()
Returns the width of the element without margins.