.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.
All the aspects of the API that were added, or had a new signature added, in the corresponding version of jQuery.
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.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Add handlers to be called when the Deferred object is either resolved or rejected.
Utility method to filter and/or chain Deferreds.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Selects element if it is currently focused.
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
Holds or releases the execution of jQuery’s ready event.
Translate all items in an array or object to new array of items.
Takes a function and returns a new one that will always have a particular context.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
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 property for the set of matched elements.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.