$(function(){
//检查对象,#boxs是要随滚动条固定的ID
var offset = $('#boxs').offset();
var offset_f=$('.footer').offset();//获取底部
$(window).scroll(function () {
//检查对象的顶部是否在游览器可见的范围内
var scrollTop = $(window).scrollTop();
if (offset.top <= scrollTop){
$('#boxs').addClass('fixed');
}
else{
$('#boxs').removeClass('fixed');
}
//当底部进入可视区
if($(window).height()+scrollTop>=offset_f.top)
{console.log($(window).height()+'|'+scrollTop+'|'+offset_f.top+'|'+$("#boxs").offset().top);
$('#boxs').css({bottom:$(window).height()+scrollTop-offset_f.top});//底部进入可视区,开始控制boxs
}
});
})
联系我们
建站咨询 建站咨询
- 电话咨询:15626535572
- E-mail:332833168@qq.com
- 地址: 深圳市罗湖区都汇中心2210