Is there a way to select the top most DOM element at a certain x-y position with Javascript?
So give x and y, what DOM element is the开发者_运维问答re?
You can use document.getElementFromPoint
.
Is there a way to select the top most DOM element at a certain x-y position with Javascript?
So give x and y, what DOM element is the开发者_运维问答re?
You can use document.getElementFromPoint
.
精彩评论