I've been trying to find a good reference on how to create a popup when someone leaves your browser and I'm not having any luck. I'm trying to set it up when the mouse leaves the browser, not on exiting the page. Can someone point me in the right direction?
It's just a message box i'm trying to display when the mouse leaves the browser. I've tried the .mouseleave() function but it appears when I go to the scroll bar and I want to prevent that.