$w.onReady(function () { $(document).on('mouseleave', function (e) { if (e.clientY < 10) { $w('#exitPopup').open(); } }); });
top of page

Shows

bottom of page