.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.
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.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
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.
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.
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.
Bind an event handler to the “focus” JavaScript event, or trigger that event on an 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.
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.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.
Takes a function and returns a new one that will always have a particular context.
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.
Hook directly into jQuery to override how particular CSS properties are retrieved or set, normalize CSS property naming, or create custom properties.
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.
Insert content, specified by the parameter, before each element in the set of matched elements.