摘要:
1.网页右侧地图浮动楼层,超过100px就显示$(window).scroll(function(){ if($(window).scrollTop()<100){ //距顶部多少像素时,出现返回顶部按钮 $("#floor").fadeOut(); ... 阅读全文
摘要:
.floor-box{width: 44px; border: 1px solid #ccc; position: fixed; left: 50%; z-index: 1000}漂浮距离,距中间50%.floor-box{width: 44px; border: 1px solid #ccc; p... 阅读全文
摘要:
1.function scrollTop(){ $('html,body').animate({'scrollTop':0},500);}2.$("#side-bar .gotop").click(function(){ $('html,body').animate({'sc... 阅读全文