- From: Dave Methvin <notifications@github.com>
- Date: Thu, 05 May 2016 13:24:00 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc:
Received on Thursday, 5 May 2016 20:26:46 UTC
> what jQuery and probably others do is more like looking for event.target.closest(delegateSelector). Just wanted to stress that. No, see [my comment above](https://github.com/whatwg/dom/issues/215#issuecomment-213199412). The user's own event handler often uses `.closest()` to find some enclosing element, but jQuery itself walks up the DOM tree and finds all matches. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/215#issuecomment-217267498
Received on Thursday, 5 May 2016 20:26:46 UTC