My issue is that i have this box aka container. Inside that container there are boxes that the user can click.
To visually help the user I made overlay boxes with a gray faded out color that tells them they can use the boxes here.
But my issue is that the click event is on the boxes behind the overlay box.
So is there any way of ignoring a element's .click()
and use next target?