Like .closest() , which allows you to move from the element itself through its ancestors, I am looking for a method to move from the element itself down through its descendants (so unlike .find() , which passes only through the descendants, excluding the element itself) . I looked through the list of move methods and could not find what I was looking for.
Is there a method in jQuery that is similar to .closest() but for going down?
source share