jwilsson / domtokenlist

A super duper strict shim/polyfill for DOMTokenList, classList and relList.
MIT License
12 stars 16 forks source link

DOMTokenList shim

A super strict shim/polyfill for DOMTokenList, classList and relList. Small, < 1 kB minified and gzipped (~ 2kB minified).

Usage

All you need to do is include the JavaScript file and everything will be ready to go. If native DOMTokenList support is detected, nothing will be done.

<script src="https://github.com/jwilsson/domtokenlist/raw/master/domtokenlist.min.js"></script>

Browser support

License

MIT license. See LICENSE.md for more information.

Credits

Developed by Jonathan Wilsson and Bogdan Chadkin.

A big thanks to BrowserStack for sponsoring our test environment.

BrowserStack