UNPKG

@kickscondor/umbrellajs

Version:

Lightweight and intuitive javascript library

7 lines (6 loc) 196 B
// Find all the nodes children of the current ones matched by a selector u.prototype.find = function (selector) { return this.map(function (node) { return u(selector || '*', node); }); };