tadam logo
Did you find an error in the text?
Select this with mouse and press
Ctrl + Enter
Xhtml.co.il Check Spelling
Orphus system

Traversing jQuery

Filtering:
Returns:jQuery
Reduce the set of matched elements to the one at the specified index.
Reduce the set of matched elements to those that match the selector or pass the function's test.
Returns:Boolean
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.
Returns:jQuery
Pass each element in the current matched set through a function, producing a new jQuery object containing the return values.
Returns:jQuery
Remove elements from the set of matched elements.
Reduce the set of matched elements to a subset specified by a range of indices.
Reduce the set of matched elements to the first in the set.
Returns:jQuery
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
Reduce the set of matched elements to the final one in the set.
Finding:
Add elements to the set of matched elements.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Get the first ancestor element that matches the selector, beginning at the current element and progressing up through the DOM tree.
Gets an array of all the elements and selectors matched against the current element up through the DOM tree.
Get the children of each element in the set of matched elements, including text nodes.
Get the descendants of each element in the current set of matched elements, filtered by a selector.
Get the immediately following sibling of each element in the set of matched elements, optionally filtered by a selector.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Get the closest ancestor element that is positioned.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Get the immediately preceding sibling of each element in the set of matched elements, optionally filtered by a selector.
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
Get the siblings of each element in the set of matched elements, optionally filtered by a 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 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 all preceding siblings of each element up to but not including the element matched by the selector, DOM node, or jQuery object.
Chaining:
Returns: jQuery
Add the previous selection to the current selection.
Returns: jQuery
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Was this information helpful?
   

Comments