Is there an equivalent to .closest() that searches down the DOM tree instead of up?
In case somebody needs to search UP, it's easy with .parents() method.
You can leave it empty, or specify selectors like .parents("div").