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

'moveToElementText()' Syntax, Parameters and Note

Note:

Moves a text range to encompass the contents.
    
Syntax:
    
textRangeName.moveToElementText(param1)

Parameters:
    param1   Required; the element to which the text range will be moved.

    

      
      








Related examples in the same category

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