If you want to remove multiple classes from one element , then separate the classes with a space.
http://api.jquery.com/removeClass/ One or more space-separated classes to be removed from the class attribute of each matched element.
If you want to remove different classes from different elements , I think, then it would be better to make an array and delete classes, iterate over it.
Syed qarib
source share