.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.
Search for a given element from among the matched elements.
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 current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Perform a custom animation of a set of CSS properties.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Wrap an HTML structure around the content of each element in the set of matched elements.
Wrap an HTML structure around each element in the set of matched elements.
Get the current value of the first element in the set of matched elements or set the value of every 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.
Selects all elements of the specified language.
Store arbitrary data associated with the specified element and/or return the value that was set.
Attach a handler to an event for the elements.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Hide the matched elements.
Adds the specified class(es) to each element in the set of matched elements.
Wrap an HTML structure around all elements in the set of matched elements.