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

'elementFromPoint()' Syntax, Parameters and Note

Note:

Returns the element located at the specified point.
    
Syntax:
    
document.elementFromPoint(param1, param2)


Parameters:
    param1   Required; the X coordinate of the specified point.
    param2   Required; the Y coordinate of the specified point.

    

      
      








Related examples in the same category

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