Back

.removeClass( names )

Remove classes from each element in the current set

Params

names{String}A space-separated list of classes to be removed

Returns

DollarJS (chainable)

Examples

$('p').removeClass('one two three')