Skip to content

Commit

Permalink
Update the classlist post
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaisueper committed Oct 20, 2018
1 parent 47831b1 commit 4c282dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/classlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ tags: polyfill gtie9 nooldmobile
kind: api
polyfillurls:[classlist.js](https://github.com/eligrey/classList.js)

classList is a relatively new feature which may not be available in older browsers and Internet Explorer <= 9. While this is not a concern if you are using a library like jQuery to modify class names, make sure you use the polyfill when using classList directly.
`classList` is well supported nowadays, but expect some quirks in IE10-11 and Opera Mobile, like missing methods or different method signatures (see [caniuse notes](https://caniuse.com/#feat=classlist)).

0 comments on commit 4c282dd

Please sign in to comment.