This page documents data types appearing in jQuery function signatures, whether defined by JavaScript itself or further restricted by jQuery. Unless explicitly stated otherwise, jQuery functions require primitive values where applicable, and do not accept their Object-wrapped forms. If you want to study these concepts in depth, take a look at MDN. You should be … Continue reading →
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Create a new jQuery object with elements added to the set of matched elements.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Selects all elements with the given class.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
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.
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.
Perform an asynchronous HTTP (Ajax) request.
Search for a given element from among the matched elements.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Perform a custom animation of a set of CSS properties.
Selects all elements that are the nth-child of their parent.
Attach an event handler function for one or more events to the selected elements.