Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
5 lines (3 sloc) 183 Bytes

Remove Classes from an element with jQuery

The same way we can add classes using jQuery, we an also remove them with removeClass().

$("button").removeClass("btn-default");

Something went wrong with that request. Please try again.