How to start mouseover event while dragging
问题 When I drag an element over another div on which I have a mouseover event, the event doesn't trigger. However, it works if I hover over it without dragging. Is there a way to detect hover events on an element if I drag another one over it? 回答1: Here is an example using the X-Y coordinate solution. Working example on jsfiddle The example can be improved, but is a good starting point. Simply keeps track of the mouse location and checks if it appears to be inside any bounding boxes of the