Matt West is a designer at Wildbit, creators of Beanstalk, Postmark and DeployBot. He also wrote the book HTML5 Foundations. You can catch him on twitter as @MattAntWest.
Updated on March 19, 2026 in Learn
Manipulating Classes Using the JavaScript classList API
The classList property gives you a clean, purpose-built API for adding, removing, toggling, and inspecting CSS classes on any HTML element. It’s available on every element in the DOM and works in all modern browsers with no dependencies required. Getting…