固定导航+锚点滚动

时间:2015-01-05 13:05:14

标签: javascript jquery html

我正在尝试根据id锚点滚动工作。 哪个效果很好。 问题是我有50px的固定顶部导航,这意味着滚动是50px到短(可以这么说)

这是我的代码

<script type="text/javascript">
        var url = document.location.toString();
        var target = url.split('#')[1];   
    location.hash = target;
</script>

我已尝试使用.offset().top-50;但仍在继续

  

offset(...)未定义

任何帮助都会非常感激

0 个答案:

没有答案