jQuery.Callbacks()
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
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 value of the first element in the set of matched elements or set the value of every matched element.
Perform an asynchronous HTTP (Ajax) request.
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.
Search for a given element from among the matched elements.
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 a custom animation of a set of CSS properties.
Create a new jQuery object with elements added to the set of matched elements.
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
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
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, optionally filtered by a selector.
Attach an event handler function for one or more events to the selected elements.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Wrap an HTML structure around the content of each element in the set of matched elements.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Wrap an HTML structure around all elements in the set of matched elements.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.