如果我理解正确,将 $(document).foundation('magellan', { threshold: 500 }) 放在我的 html 中的正确位置将导致 Magellan(Foundation 中的粘性导航栏)不会跳转到它滚动的粘性位置从顶部向下 500 像素。
我不知道为什么它不起作用。这就是我现在页面底部的内容,就在正文之前。
<%= javascript_include_tag "application" %>
<script>
$(document).foundation('magellan', { threshold: 500 })
</script>
这没用。它跳到顶角并停留在那里。我究竟做错了什么?