.attr()
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Bind an event handler to the “load” JavaScript event.
Reduce the set of matched elements to the even ones in the set, numbered from zero.
Reduce the set of matched elements to the final one in the set.
Remove event handlers previously attached using .live() from the elements.
Reduce the set of matched elements to the first in the set.
Determine whether a Deferred object has been resolved.
Specify a function to execute when the DOM is fully loaded.
Hide the matched elements by fading them to transparent.
Bind an event handler to the “error” JavaScript event.
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.
Remove a previously-attached event handler from the elements.
Display or hide the matched elements.
Set default values for future Ajax requests. Its use is not recommended.
Takes a function and returns a new one that will always have a particular context.
Holds or releases the execution of jQuery’s ready event.
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
Determine whether a Deferred object has been rejected.
Get the children of each element in the set of matched elements, including text and comment nodes.
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.