.css()
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 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.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Search for a given element from among 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.
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.
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.
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
Perform a custom animation of a set of CSS properties.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Wrap an HTML structure around all elements in the set of matched elements.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Wrap an HTML structure around the content of each element in the set of matched elements.
Adds the specified class(es) to each element in the set of matched elements.
Hide the matched elements.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Wrap an HTML structure around each element in the set of matched elements.