$(function(){
$(document).scroll(function(){
var scrollTops=$(window).scrollTop(); if (scrollTops>43){ $("header").addClass("headerFixed"); }else{ $("header").removeClass("headerFixed"); } })
})
})
转载于:https://www.cnblogs.com/sqyambition/p/8421742.html
转载请注明原文地址: https://mac.8miu.com/read-25086.html