Check if elemntFromPoint() bumps into a hyperlink
Posted
by alexeyndru
on Stack Overflow
See other posts from Stack Overflow
or by alexeyndru
Published on 2010-03-31T09:00:10Z
Indexed on
2010/03/31
9:03 UTC
Read the original article
Hit count: 228
JavaScript
I am using elemntFromPoint in order to return onclick some element. I would like to check if the returned element ('span' div' whatever...) is part of a link or if it is a button etc. How should I start? Thanks.
© Stack Overflow or respective owner