.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.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Adjust the opacity of the matched elements.
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.
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.
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.
Translate all items in an array or object to new array of items.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Wrap an HTML structure around all elements in the set of matched elements.
Adds the specified class(es) to each element in the set of matched elements.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Bind one or two handlers to the matched elements, to be executed when the mouse pointer enters and leaves the elements.
Hide the matched elements.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Perform a custom animation of a set of CSS properties.
Attach an event handler function for one or more events to the selected elements.