Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the classlist post #434

Merged
merged 2 commits into from
Feb 23, 2019

Conversation

nicolaisueper
Copy link
Contributor

@nicolaisueper nicolaisueper commented Oct 20, 2018

Belonging to the Late 2018 Refreshment issue #409.

I've pointed out the known issues and updated the text to not mention jQuery anymore.


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)).

This comment was marked as abuse.

@netlify
Copy link

netlify bot commented Oct 28, 2018

Deploy preview for html5please failed.

Built with commit 161b5c6

https://app.netlify.com/sites/html5please/deploys/5bd63e7c73f2cf0c3baf343e

Copy link
Member

@mischah mischah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much @nicolaisueper 😘

@mischah mischah merged commit 6d20ccc into h5bp:master Feb 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants