Jquery Smotth滚动到锚定链接

Posted

tags:

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

Smooth scroll to anchor links, requires Interface plugin
  1. $.fn.scroller = function() {
  2. var speed = 'slow'; // Choose default speed
  3. $(this).each(function() {
  4. $(this).bind('click', function() {
  5. var target = $(this).attr('href'); // Get scroll target
  6. $(target).ScrollTo(speed);
  7. return false;
  8. });
  9. });
  10. }

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

在从页面顶部滚动之前,页面会闪烁以锚定

从另一个页面导航到锚定链接

jQuery滚动到锚脚本

jQuery滚动到锚点

jQuery 选项卡阻止滚动到锚点

平滑滚动到锚点