码迷,mamicode.com
首页 > 其他好文 > 详细

页内上一页返回上一步操作

时间:2017-10-24 18:15:47      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:col   hash   image   push   ima   span   index   ash   scroll   

$(‘#XX‘).on(‘click‘,function(){
    
            window.history.pushState({}, "", ‘/2017/10/zk#tonghu‘);

        })
/2017/10/zk#tonghu中
/2017/10/zk是地址
#tonghu是你后面加的参数

技术分享

如果返回上一步就用

window.onpopstate = function() {
          //监听上一步 下一步操作  然后执行函数
          checkLocation();
        };


function checkLocation(){
    if(location.hash.indexOf("#tonghu")>-1){
                //如果是tonghu怎么处理
                // $(‘body,html‘).animate({scrollTop:0},500);

            }else{
               //如果为空怎么处理
            }
}    

 



页内上一页返回上一步操作

标签:col   hash   image   push   ima   span   index   ash   scroll   

原文地址:http://www.cnblogs.com/Amcc/p/7724680.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!