SyntaxFix
Write A Post
Hire A Developer
Questions
The documentation says:
class (Optional) String One or more CSS classes to remove from the elements, these are separated by spaces.
class (Optional) String
Example:
Remove the class 'blue' and 'under' from the matched elements. $("p:odd").removeClass("blue under");
Remove the class 'blue' and 'under' from the matched elements.
$("p:odd").removeClass("blue under");