.slice()
Reduce the set of matched elements to a subset specified by a range of indices.
Reduce the set of matched elements to a subset specified by a range of indices.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Remove event handlers previously attached using .live() from the elements.
Remove a previously-attached event handler from the elements.
Bind an event handler to the “unload” JavaScript event.
Insert content, specified by the parameter, before each element in the set of matched elements.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
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.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Specify a function to execute when the DOM is fully loaded.
Takes a function and returns a new one that will always have a particular context.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Load data from the server and place the returned HTML into the matched elements.
Relinquish jQuery’s control of the $ variable.
Remove a callback or a collection of callbacks from a callback list.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Merge the contents of two or more objects together into the first object.
Insert content, specified by the parameter, after each element in the set of matched elements.
Encode a set of form elements as a string for submission.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.