$(window).scroll(function(e){ e.preventDefault(); p = $(this).scrollTop(); if(p>100){ //do something } })