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

'empty()' Syntax, Parameters and Note

Note:

Clears the content of the selection object.
    
Syntax:
    
document.selection.empty()

    

      
      








Related examples in the same category

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