offline version v3


⊗jsPmAtCR 374 of 502 menu

Removing of CSS classes in JavaScript

classList.remove

Given an element:

<p id="elem" class="www ggg zzz"></p>

Remove the class www and the class zzz from it.

enru