NodeList
can.NodeList{Object}
inherits: From
A "NodeList" is Library Specific implementation of an array of DOM elements. can.$ returns a "NodeList" and can.Control.prototype.element is a "NodeList".
{Object}
A "NodeList" is Library Specific implementation of an array of DOM elements. can.$ returns a "NodeList" and can.Control.prototype.element is a "NodeList".
The following details the "NodeList" object used by each library.
jQuery
jQuery( HTMLElement )
A jQuery-wrapped list of elements.
Zepto
Zepto( HTMLElement )
A Zepto-wrapped list of elements.
Dojo
new dojo.NodeList( HTMLElement )
Dojo's dojo.NodeList constructor function.
Mootools
$$( HTMLElement )
The Mootools Elements object.
YUI
YUI's NodeList.