.odd()
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
Selects all elements of type image.
Insert every element in the set of matched elements after the target.
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.
Selects all input, textarea, select and button elements.
Encode a set of form elements as a string for submission.
Bind an event handler to the “select” event, or trigger that event on an element.
Selects all elements that are selected.
Remove all of the callbacks from a list.
Globally disable all animations.
Parses a string into an XML document.
Send data to the server using a HTTP POST request.
Remove a previously-stored piece of data.
Add handlers to be called when the Deferred object is resolved.
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.
Get the children of each element in the set of matched elements, including text and comment nodes.
Relinquish jQuery’s control of the $ variable.
Bind an event handler to the “dblclick” event, or trigger that event on an element.
Return a Deferred’s Promise object.