⊗jsPmAtCAd 373 of 502 menu

Adding of CSS classes in JavaScript

classList.add

Given an element:

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

Add class xxx to it.

enru