.fadeTo()
Adjust the opacity of the matched elements.
Adjust the opacity of the matched elements.
Hide the matched elements by fading them to transparent.
Attach an event handler function for one or more events to the selected elements.
Display 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.
Insert content, specified by the parameter, after each element in the set of matched elements.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Merge the contents of two or more objects together into the first object.
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.
Insert content, specified by the parameter, before each element in the set of matched elements.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
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.
Load data from the server and place the returned HTML into the matched elements.
Selects the combined results of all the specified selectors.
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.
Selects all elements that are the nth-child of their parent.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.