Hi all,
Is it possible? Get an element by coordinates, without using mouse or other device/resource, just passing top and left parameter like getElementByCoordinates(top,left); ?
Tks,
Manoel
Hi all,
Is it possible? Get an element by coordinates, without using mouse or other device/resource, just passing top and left parameter like getElementByCoordinates(top,left); ?
Tks,
Manoel
this link:
http://www.roseindia.net/javascript/javascript-elementfrompoint-meth.shtml
should help.
"JavaScript method elementFromPoint returns the presented element at the specified coordinate position given in the arguments."