Is there an equivalent to .closest() that searches down the DOM tree instead of up?
You can use find() method. And get the first element from resulting set.