Is there a way to fire over events ignoring z-index?
问题 If I have something like this: Is there a way to fire the mouseover events on BOTH divs? Edit: Sorry all .. I tried to simplfy the problem so it was clear to understand and I forgot to mention I have more than 100 divs like that so probably those solutions don't work. I'm going to see if I can adpat them. Many thanks everybody anyway. 回答1: I put together a working example here with JSFiddle: http://jsfiddle.net/gfosco/CU5YT/ It's similar to madeinstefanos answer, but specific to your example.