开发者

Javascript click through element

There is a semitransparent overlay d开发者_StackOverflow社区iv covering document which destroys on click, but I need somehow to trigger onlick events of the element beneath overlay at the same time. Is there a way to click on specific coordinates with JS, or maybe determine underlying element having absolute x and y positions? Thanks.


Nick has posted a link to awesome answer on how to get elements by x and y but unfortunately it's a comment so I can't accept it. :(


If you can find out what is the element given the coordinates, you can always trigger the onclick handler yourself with jQuery using the .click() function.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜