5
Instead of removing all classes individually using remove class:
$("#div").removeClass('classe')
For every class an element may have, there is some function that can be called and remove all classes in an element?
I need this in jQuery or Javascript.