:selected Selector
Selects all elements that are selected.
Selects all elements that are selected.
Encode a set of form elements as a string for submission.
The rate (in milliseconds) at which animations fire.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
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.
Get the children of each element in the set of matched elements, including text and comment nodes.
Select all elements that contain the specified text.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Convert an array-like object into a true JavaScript array.
Parses a string into an XML document.
Remove a previously-stored piece of data.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
Selects all elements that are the last among siblings of the same element name.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.
Bind an event handler to the “keydown” JavaScript event, or trigger that event on an element.
Parses a string into an array of DOM nodes.
Remove the whitespace from the beginning and end of a string.
Return a Deferred’s Promise object.