function scrollToEnd(){//滚动到底部
            var h = $(document).height()-$(window).height();
            $(document).scrollTop(h); 
}

(摘抄自http://www.cnblogs.com/hui-blog/p/5526278.html)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2022-12-23
  • 2022-01-22
猜你喜欢
  • 2021-10-09
  • 2022-01-25
  • 2021-08-15
  • 2022-12-23
  • 2022-03-02
  • 2021-10-24
  • 2022-12-23
相关资源
相似解决方案