When on notification hover, i want it to make opacity to semi transparent and being able to click through it like in this notification plugin Pines Notify
I tried using pointer-events:none
, but then it disables DOM element, so jQuery isn't working on this element. I need jQuery to execute code when on hover and on hover out. How can it be done ?