Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // REMOVE CLASS BY ID
- var thisRemoveId = document.getElementById("idName");
- thisRemoveId.classList.remove("class-name");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement