Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
If a class name is included as a parameter, then only that class will be removed from the set of matched elements. If no class names are specified in the parameter, all classes will be removed.
The .removeClass() method manipulates the className property of the selected elements, not the class attribute. Once the property is changed, it's the brow