Course Overview
jQuery traversal means “move through”, are used to find or select HTML elements based on their relation to other elements. Start with one selection and move through that selection until you reach the elements you desire.
An ancestor is a parent, grandparent, great-grandparent, and so on.
With jQuery you can traverse up the DOM tree to find ancestors of an element.