.show()
Display the matched elements.
Display the matched elements.
Reduce the set of matched elements to the final one in the set.
Reduce the set of matched elements to the even ones in the set, numbered from zero.
Determine whether a Deferred object has been resolved.
Takes a function and returns a new one that will always have a particular context.
Bind an event handler to the “load” JavaScript event.
Bind an event handler to the “error” JavaScript event.
Determine whether a Deferred object has been rejected.
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.
Specify a function to execute when the DOM is fully loaded.
Hide the matched elements by fading them to transparent.
Remove event handlers previously attached using .live() from the elements.
Reduce the set of matched elements to the first in the set.
Set default values for future Ajax requests. Its use is not recommended.
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
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.
Display or hide the matched elements.
Remove a previously-attached event handler from the elements.
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
Get the children of each element in the set of matched elements, including text and comment nodes.