我正在尝试根据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(...)未定义
任何帮助都会非常感激