1 2 3 4 5 6
Toggles the class of the selected elements with the given class name by removing the class when present, or adding the class when not. ```sh # Effects: History, Document -class "<name>" ```