NodeList Prototype
Defines the properties and methods inherited by objects in the NodeList prototype chain.
Syntax
HTML N/A Scripting NodeList.prototype
Members Table
The following table lists the members exposed by the NodeList Constructor object.
Attributes/Properties
Methods
Method Description item Retrieves an object from a childNodes or StaticNodeList collection.
Remarks
For more information on this and other DOM Prototypes see Document Object Model Prototypes, Part 1: Introduction.
This prototype does not derive from any objects.
Applies To
attribute
See Also
