.animate()
Perform a custom animation of a set of CSS properties.
Perform a custom animation of a set of CSS properties.
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 current value of the first element in the set of matched elements or set the value of every matched element.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
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.
Attach an event handler function for one or more events to the selected elements.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
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.
Display the matched elements by fading them to opaque.
Adjust the opacity of the matched elements.
Iterate over a jQuery object, executing a function for each matched element.
Show or manipulate the queue of functions to be executed on the matched element.
Show or manipulate the queue of functions to be executed on the matched elements.
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.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Attach a handler to an event for the elements.
Create a new jQuery object with elements added to the set of matched elements.
Perform an asynchronous HTTP (Ajax) request.