$(window).scroll(function() { var $height = $(window).scrollTop(); if($height > 50) { //do something } else { //do something } });