Tagged Questions
2
votes
7answers
2k views
Prevent an element from “capturing” the mouse using jQuery?
I'm trying to resize an embedded object. The issue is that when the mouse hovers over the object, it takes "control" of the mouse, swallowing up movement events. The result being that you can expand ...