Functions in the Traversing category in the jQuery JavaScript library allow for the selection and manipulation of element(s) based on the function description.
A complete list of supported traversal functions is available at jQuery's API documentation: Traversing. Subcategories of this category are Filtering, Tree Traversal, and Miscellaneous Traversal.
Functions like .children()
, .prevAll()
and .each()
are included in this category.