.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.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Adds the specified class(es) to each element in the set of matched elements.
Perform a custom animation of a set of CSS properties.
Show or manipulate the queue of functions to be executed on the matched element.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Show or manipulate the queue of functions to be executed on the matched elements.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Attach an event handler function for one or more events to the selected elements.
Iterate over a jQuery object, executing a function for each matched element.
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for 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.
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 state argument.
Select the element at index n within the matched set.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Selects all elements that are the nth-child of their parent.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.