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

'parentElement()' Syntax, Parameters and Note

Note:

Returns a reference to the parent node of the text range.
    
Syntax:
    
textRangeName.parentElement()

    

      
      








Related examples in the same category

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