offline version v3


⊗jsPmAtCAr 372 of 502 menu

Working with array of CSS classes in JavaScript

classList

Given an element:

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

Find out the number of its classes.

Given an element:

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

Loop through its classes.

enru