.select()
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Bind an event handler to the “select” JavaScript event, or trigger that event on an element.
Insert every element in the set of matched elements before the target.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Select all elements that are in the progress of an animation at the time the selector is run.
Insert every element in the set of matched elements after the target.
Selects all input, textarea, select and button elements.
Selects all elements that are selected.
Encode a set of form elements as a string for submission.
Globally disable all animations.
Call all of the callbacks with the given arguments.
Send data to the server using a HTTP POST request.
Remove a previously-stored piece of data.
Return a Deferred’s Promise object.
Parses a string into an XML document.
Add handlers to be called when the Deferred object is resolved.
Relinquish jQuery’s control of the $ variable.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain input elements with name/value properties.
Parses a string into an array of DOM nodes.
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.