.load()
Load data from the server and place the returned HTML into the matched elements.
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.
Send data to the server using a HTTP POST request.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
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.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Get the value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
Retrieve the DOM elements matched by the jQuery object.
Remove the set of matched elements from the DOM.
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.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
For key or mouse events, this property indicates the specific key or button that was pressed.
Display the matched elements by fading them to opaque.
The DOM element that initiated the event.