.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.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
An object containing all CSS properties that may be used without a unit. The .css() method uses this object to see if it may append px to unitless values.
Perform a custom animation of a set of CSS properties.
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
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Get the current computed height for the first element in the set of matched elements or set the height of every matched element.
Select the element at index n within the matched set.
Reduce the set of matched elements to a subset specified by a range of indices.
Create a new jQuery object with elements added to the set of matched elements.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
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.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Adjust the opacity of the matched elements.
Display the matched elements with a sliding motion.
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Select all elements at an index greater than index within the matched set.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Selects all elements that are the nth-child of their parent.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.