.find()
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Get the siblings of each element in the set of matched elements, 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
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Selects all elements.
Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Remove an event handler.
Get the ancestors of each element in the current set of matched elements, up to but not including the element matched by the selector, DOM node, or jQuery object.
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.
Get all following siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object passed.
Get all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Get the closest ancestor element that is positioned.
Stop the currently-running animation on the matched elements.
Select the element at index n within the matched set.