Searched defs:all (Results 1 - 1 of 1) sorted by relevance

/yui3/src/node/js/
H A Dnodelist.js10 * Use Y.all() to retrieve NodeList instances.
226 return Y.all(Y.Selector.filter(this._nodes, selector));
231 * Creates a new NodeList containing all nodes at every n indices, where
248 return Y.all(nodes);
252 * Creates a new NodeList containing all nodes at odd indices
262 * Creates a new NodeList containing all nodes at even indices
362 * Called on each Node instance. Removes and destroys all of the nodes
397 // e.g. Y.all('input').get('parentNode');
434 return (isNodeList) ? Y.all(ret) : ret;
439 Y.all
[all...]

Completed in 90 milliseconds