页面刷新时记住滚动条的位置jquery代码
<scripttype="text/javascript">
window.onbeforeunload=function(){
varscrollPos;
if(typeofwindow.pageYOffset!='undefined'){
scrollPos=window.pageYOffset;
}
elseif(typeofdocument.compatMode!='undefined'&&
document.compatMode!='BackCompat'){
scrollPos=document.documentElement.scrollTop;
}
elseif(typeofdocument.body!='undefined'){
scrollPos=document.body.scrollTop;
}
document.cookie="scrollTop="+scrollPos;//存储滚动条位置到cookies中
}
window.onload=function(){
if(document.cookie.match(/scrollTop=([^;]+)(;|$)/)!=null){
vararr=document.cookie.match(/scrollTop=([^;]+)(;|$)/);//cookies中不为空,则读取滚动条位置
document.documentElement.scrollTop=parseInt(arr[1]);
document.body.scrollTop=parseInt(arr[1]);
}
}
</script>
热门推荐
10 聚餐朋友喝酒祝福语简短
11 许愿星姐妹祝福语简短
12 2026年春节祝福语简短
13 嫂子生日英语祝福语简短
14 蛋糕祝老师祝福语简短
15 信耶稣的人祝福语简短
16 朋友搞笑蛋糕祝福语简短
17 情人表白祝福语简短大气
18 浪漫的生日祝福语简短