0

如果我理解正确,将 $(document).foundation('magellan', { threshold: 500 }) 放在我的 html 中的正确位置将导致 Magellan(Foundation 中的粘性导航栏)不会跳转到它滚动的粘性位置从顶部向下 500 像素。

我不知道为什么它不起作用。这就是我现在页面底部的内容,就在正文之前。

<%= javascript_include_tag "application" %>
<script>
  $(document).foundation('magellan', { threshold: 500 })
</script>

这没用。它跳到顶角并停留在那里。我究竟做错了什么?

4

1 回答 1

0

我在 GitHub 的问题页面上询问了这个问题。这似乎是一个错误。如果 Zurb 团队在我需要启动时没有解决这个问题,我将不得不弄清楚它。

于 2013-09-20T14:11:02.943 回答