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

Home
JavaScript Reference
1.Event Handlers Reference
2.Javascript Collections
3.Javascript Methods
4.Javascript Objects
5.Javascript Properties
JavaScript Reference » Javascript Properties » nodeType 
'nodeType' Possible Values

Possible Values

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

    
      
      
Related examples in the same category
1.'nodeType' Syntax and Note
2.'nodeType' Example
3.'nodeType' is applied to
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.