offline version v3


⊗jsPmAtCT 376 of 502 menu

Toggling of CSS classes in JavaScript

classList.toggle

Given an element. Add the class www to it if it doesn't exist and remove it if it does.

enru