.addBack()
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
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 combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Determine whether any of the matched elements are assigned the given class.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.
Insert content, specified by the parameter, after each element in the set of matched elements.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Insert content, specified by the parameter, before each element in the set of matched elements.
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector, in the reverse document order.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Set a timer to delay execution of subsequent items in the queue.
Takes a function and returns a new one that will always have a particular context.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Bind an event handler to the “mouseout” event, or trigger that event on an 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.
Attach an event handler function for one or more events to the selected elements.