var timer;window.onscroll = function () { clearTimeout(timer); timer = setTimeout(function () { alert(1) }, 100)}