.css()
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Show or manipulate the queue of functions to be executed on the matched elements.
Show or manipulate the queue of functions to be executed on the matched element.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Wrap an HTML structure around all elements in the set of matched elements.
Wrap an HTML structure around each element in the set of matched elements.
Perform a custom animation of a set of CSS properties.
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.
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.
Adjust the opacity of the matched elements.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Selects the combined results of all the specified selectors.
Display the matched elements by fading them to opaque.
Stop the currently-running animation on the matched elements.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
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.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.