offline version v3


⊗jsPmAtCCh 375 of 502 menu

Checking of CSS classes in JavaScript

classList.contains

Given an element:

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

Check if it has the class ggg.

enru