var scrollTops=$(window).scrollTop(); if (scrollTops>43){ $("header").addClass("headerFixed"); }else{ $("header").removeClass("headerFixed"); } })