window.addEventListener('scroll', function () { if($(this).scrollTop() <= $myElem.offset().top) { //Тут твоя ф-ция this.removeEventListener('scroll', arguments.callee); } });