Skip to content

Function: removeClass()

ts
function removeClass(el, className): void;

Parameters

ParameterType
elHTMLElement
classNamestring

Returns

void

Released under the MIT License.