I have several (somewhat) overlapping div
s, and if the user clicks on part of the overlap, I want a mousedown
event (or any similar callback) for each div
that's below the mouse coordinates.
The standard way, of course, only generates a callback for the topmost div
. Is this possible?