UNPKG

@kickscondor/umbrellajs

Version:

Lightweight and intuitive javascript library

7 lines (6 loc) 167 B
// Add class(es) to the matched nodes u.prototype.addClass = function () { return this.eacharg(arguments, function (el, name) { el.classList.add(name); }); };