.addClass()
Adds the specified class(es) to each of the set of matched elements.
These methods get and set CSS-related properties of elements.
Adds the specified class(es) to each of the set of matched elements.
Get the value of a style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Determine whether any of the matched elements are assigned the given class.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Get the current computed height for the first element in the set of matched elements, including padding but not border.
Get the current computed width for the first element in the set of matched elements, including padding but not border.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Get the current computed height for the first element in the set of matched elements, including padding, border, and optionally margin. Returns an integer (without “px”) representation of the value or null if called on an empty set of elements.
Get the current computed width for the first element in the set of matched elements, including padding and border.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Get the current horizontal position of the scroll bar for the first element in the set of matched elements or set the horizontal position of the scroll bar for every matched element.
Get the current vertical position of the scroll bar for the first element in the set of matched elements or set the vertical position of the scroll bar for every matched element.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the switch argument.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.