Skip to content

Category: Questions

Capture two events in two overlapped elements

I have two divs that are overlapped with two mouse-events. Is it possible to capture both events? I’m only able to capture A or B, but not A and B at the same time. function adown() { console….