Getting id of any tag when mouseover
Posted
by oimoim
on Stack Overflow
See other posts from Stack Overflow
or by oimoim
Published on 2010-04-25T00:31:47Z
Indexed on
2010/04/25
0:33 UTC
Read the original article
Hit count: 595
Hi,
does anyone know how i can get the id of any element when the mouse is over ?
I want to show a div (box) over the elements (tags) the mouse is over. I cannot modify the tags to include a mousover event. I want a global callback or something like that to have the id of the tag which is under the mouse pointer.
Thanks !
© Stack Overflow or respective owner