$(function() { $(document).on('mousemove',function(e) { if(e.pageY <= 5) { // Launch MODAL BOX $('#really-close').modal('show'); $(document).off('mousemove'); } }); });