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< value) → Selectionbool> , bool> -
Assigns or unassigns the specified CSS class names on the selected
elements by setting the
class
attribute or modifying theclassList
property and returns this selection.