-
Notifications
You must be signed in to change notification settings - Fork 0
.removeModifier()
esr360 edited this page Apr 18, 2019
·
5 revisions
Remove specified modifier(s) from each element in the set of matched elements
.removeModifier(modifier, config);
Param | Type | Info |
---|---|---|
modifier |
(String|Array) |
The modifier(s) to remove from each element in the set of matched elements |
[config] |
Object |
The configuration to use when calling the method (learn more) |