Does anybody know of either a jQuery or native JavaScript way to enable mouse events through layers? e.g. enable a link underneath a div.
div
Other solutions that cannot use in my case:
pointer-events
You can do all that or you can just use this CSS for that div:
pointer-events: none
1.4m articles
1.4m replys
5 comments
57.0k users