jQuery.data()
Store arbitrary data associated with the specified element and/or return the value that was set.
Store arbitrary data associated with the specified element and/or return the value that was set.
Attach an event handler for all elements which match the current selector, now and in the future.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Display or hide the matched 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 the one at the specified index.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
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.
The element where the currently-called jQuery event handler was attached.
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.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Show or manipulate the queue of functions to be executed on the matched elements.
Insert every element in the set of matched elements to the beginning of the target.
Select all elements that have at least one child node (either an element or text).
Selects all elements that are visible.
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 a function to be executed whenever an Ajax request completes successfully. This is an Ajax Event.
Attach a function to be executed before an Ajax request is sent. This is an Ajax Event.
Register a handler to be called when Ajax requests complete. This is an AjaxEvent.
Reduce the set of matched elements to a subset specified by a range of indices.