滚动到jQuery

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了滚动到jQuery相关的知识,希望对你有一定的参考价值。

scrollTo jQuery
  1. $(document).ready(function(){
  2. $('a[href*=#]').click(function() {
  3. if (location.pathname.replace(/^//,'') == this.pathname.replace(/^//,'')
  4. && location.hostname == this.hostname) {
  5. var $target = $(this.hash);
  6. $target = $target.length && $target || $('[name=' + this.hash.slice(1) +']');
  7. if ($target.length) {
  8. var targetOffset = $target.offset().top;
  9. $('html,body').animate({
  10. scrollTop: targetOffset
  11. }, 1000);
  12. return false;
  13. }
  14. }
  15. });
  16. });

以上是关于滚动到jQuery的主要内容,如果未能解决你的问题,请参考以下文章

高效Web开发的10个jQuery代码片段

web前端开发JQuery常用实例代码片段(50个)

从其他活动返回到同一片段时,如何保存和恢复片段中 RecyclerView 的滚动位置?

如何在jQuery中动画滚动到div?

Javascript代码片段在drupal中不起作用

如何在 MS Word 文档中显示代码片段,因为它在 *** 中显示(滚动条和灰色背景)