AvailabilityDOM Level 1 Core SynopsisNode item(unsigned long index); Arguments
ReturnsThe node at the specified position in the NodeList, or null if index is less than zero or greater than or equal to the length of the NodeList. DescriptionThis method returns the specified element of a NodeList. In JavaScript, you can use the square-bracket array notation instead of calling item( ). |