mywaiting
V2EX  ›  V2EX

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

  •  
  •   mywaiting · Sep 19, 2018 · 2687 views
    This topic created in 2806 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   ·   5988 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 36ms · UTC 03:08 · PVG 11:08 · LAX 20:08 · JFK 23:08
    ♥ Do have faith in what you're doing.