.context
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Load data from the server and place the returned HTML into the matched elements.
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 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.
Select all elements at an index less than index within the matched set.
Select all elements that have no children (including text nodes).
Selects the last matched element.
Select the element at index n within the matched set.
Iterate over a jQuery object, executing a function for each matched element.
Remove the whitespace from the beginning and end of a string.
Add handlers to be called when the Deferred object is either resolved or rejected.
Return a number representing the current time.
Convert an array-like object into a true JavaScript array.
Determine whether the argument is a window.
Remove a previously-stored piece of data.
Reduce the set of matched elements to the one at the specified index.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
Determine the internal JavaScript [[Class]] of an object.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.