'TextNode' Syntax and Note : TextNode « Javascript Objects « JavaScript Reference

'TextNode' Syntax and Note

Note:

Access to a text node created using the createTextNode() method.
    
Syntax:
    
textNodeName = document.createTextNode("value")
textNodeName.memberName

    

      
      








Related examples in the same category

1.'TextNode' Example
2.'TextNode' JavaScript Properties
3.'TextNode' JavaScript Methods