closest
closest copied to clipboard
Return the closest element matching a selector up the DOM tree
Results
2
closest issues
Sort by
recently updated
recently updated
newest added
Version 3.0.0+ is not working with IE 11. ```Object doesn't support property or method 'closest'``` I'm using it as follows: ``` _action(evt) { if (!condition) { return; } else if...
webpack production build (with minify) fails when `element-closest` is imported: ```js import 'element-closest'; ```` ```` Unexpected token: name (element) [scripts/main_a637191f.js:8161,10] ````