V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
mywaiting
V2EX  ›  V2EX

V2EX 评论翻页的时候自动滚动到评论开始的地方

  •  
  •   mywaiting · Sep 19, 2018 · 2649 views
    This topic created in 2783 days ago, the information mentioned may be changed or developed.

    其实就是需要在翻页的时候 https://www.v2ex.com/t/490481?p=2

    这样处理链接 https://www.v2ex.com/t/490481?p=2#comments 记得评论处包裹个 <div id="comments"></div>

    这样就能直接滚动到评论的位置了

    针对老旧浏览器来下面这一句:

                          $(window).on('hashchange', function(e, scrollIntoView) {
    				var match = location.hash.match(/#comments/);
    				if(!match) return;
    
    				var $target = $('body').find('#comments');
    
    				if (!scrollIntoView) return;
    
    				// 滚动到对应的位置
    				$(window).scrollTop($target.offset().top - 90);
    			});
    

    有些主题太长的,每次翻页都要拖到评论开始处,实在是脑残~

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1280 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 16:52 · PVG 00:52 · LAX 09:52 · JFK 12:52
    ♥ Do have faith in what you're doing.