css-tricks.com
Practical Use Cases for JavaScript’s closest() Method
10
Have you ever had the problem of finding the parent of a DOM node in JavaScript, but aren’t sure how many levels you have to traverse up to get to it? Read full article