NodeList

NodeList

package js-html

extended by PropertyNodeList, RadioNodeList

Available on js

NodeList objects are collections of nodes such as those returned by Node.childNodes and the document.querySelectorAll method.

Documentation NodeList by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only length:Int

The number of nodes in the NodeList.

Methods

item (index:Int):Node

Returns an item in the list by its index, or null if the index is out-of-bounds; can be used as an alternative to simply accessing nodeList[idx] (which instead returns undefined when idx is out-of-bounds)-

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/NodeList.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部