first-match
Find the first element in an array that passes a callback test. Equivalent to underscore.find()
dom-closest
For a given DOM element, find the first ancestor that matches a given CSS selector.
firs
Get the first non-falsy element of array.
findup-element
Given a child element, climb up the DOM and find the first parent element matching your criteria