'swapNode()' Syntax, Parameters and Note : swapNode « Javascript Methods « JavaScript Reference

'swapNode()' Syntax, Parameters and Note

Note:

Swaps two nodes.
    
Syntax:
    
textNodeName.swapNode(param1)

Parameters:
    param1   Required; one of the two nodes to exchange positions.

    

      
      








Related examples in the same category

1.'swapNode()' Example
2.'swapNode()' is applied to