Is there a function similar to jQuery .closest() but for traversing descendants and returning only closest ones?
jQuery
.closest()
I know that there is
You can just simply put,
$("#find-my-closest-descendant").siblings('.closest:first');