$(window).scroll(function () { if ($("html,body").scrollTop() > 1) { $(".head").addClass("on") } else { $(".head").removeClass("on") } })