function scrollLis(){ var toTop = offs.top-$(window).scrollTop(); if(toTop==0||toTop<0){ if(!$('#fixed').hasClass('ab'))$('#fixed').addClass('ab'); }else{ $('#fixed').removeClass('ab'); } }
它的调用就多了几句代码了,同样是放在层的后面,以ID标签fixed为名:
var offs=$('#fixed').offset(); $(window).scroll(function(){ scrollLis(); });
声明:本站所有文章和图片,如无特殊说明,均为原创发布。商业转载请联系作者获得授权,非商业转载请注明出处。