SelectionClassed extension

on

Methods

classedIs(String classes) bool
Returns true if and only if the first (non-null) selected element has the specified classes.
classedSet(String names, Union2<EachCallback<bool>, bool> value) Selection
Assigns or unassigns the specified CSS class names on the selected elements by setting the class attribute or modifying the classList property and returns this selection.