BootstrapV4和scrollspy

时间:2015-11-26 22:03:55

标签: css twitter-bootstrap hidden-field scrollspy

有谁能告诉我在bootstrap v4中scrolllspy是如何工作的?

在我的导航栏中

<a data-toggle="collapse" href="#getLogin" aria-expanded="false" aria-controls="getLogin"></a>

内容

<div id="getLogin" class="hiddenGetPanel">
  <div class="col-lg-3 col-lg-push-9 m-t-lg">
    <div class="FormPanel">
      <div class="FormPanel-head">Login</div>
    </div>
  </div>
</div>

我要做的事:点击<a>并滚动到#getLogin。使用#getLogin标记时,<a>显示非常重要。

1 个答案:

答案 0 :(得分:0)

删除href =“#getLogin”并使用data-target =“#getLogin”而不是

请参阅此处的示例 http://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_scrollspy2&stacked=h