$(window).scroll(function() { if ($(window).scrollTop() >= 1) { $(".header").css({"background":"#000"}); } else { // } });