Techtonica / keyboard-shortcuts-practice

https://techtonica.github.io/keyboard-shortcuts-practice/
26 stars 56 forks source link

[jQuery] Replace CSS toggle class with built-in function #99

Closed vegetabill closed 3 years ago

vegetabill commented 3 years ago

We are using jQuery DOM selectors to toggle classes and visibility in main.js but now all of those functionalities are part of the browser built-in functions.

Replace all class toggles, e.g. $('.letter').toggleClass('uppercase'); with the equivalent using the standard document.querySelector and Element.classList

soxinmypocket commented 3 years ago

I would like to work on this one

y-martinez commented 3 years ago

This issue is available?