UNPKG

ullamlaboriosam

Version:
6 lines (5 loc) 206 B
// Find out whether the matched elements have a class or not u.prototype.hasClass = function () { // Check if any of them has all of the classes return this.is('.' + this.args(arguments).join('.')); };