You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 incomplete support in IE10-11 and Opera Mobile (see [caniuse notes](https://caniuse.com/#feat=classlist)).