$(document).scroll(function() { var value=$(document).scrollTop();/* <== here*/ if ( value >= 1000 ) { } else if ( value >= 500 ) { } else { } });