I’m struggling with the problem that some of my
$('element').onMouseOver()
and
css-selector:hover
aren’t working. I’m sure it’s because of some work-around-hacking I need to use to display stuff over other stuff.
Is there any tool which shows me the current target of my mouseOver-events?
The event object will tell you the target.