contains
The contains()
method of the DOMTokenList interface returns a boolean value — true
if the underlying list contains the given token, otherwise false
.
The contains()
method of the DOMTokenList interface returns a boolean value — true
if the underlying list contains the given token, otherwise false
.