'nodeType' Possible Values : nodeType « Javascript Properties « JavaScript Reference

'nodeType' Possible Values

Possible Values

1 for element node, 
3 for text node. 
IE6 returns 2 for an attribute node. 
NN6+ supports other values as well: 
8 for a comment node and 9 for a document node.

    
      
      








Related examples in the same category

1.'nodeType' Syntax and Note
2.'nodeType' Example
3.'nodeType' is applied to