我有我的側邊欄導航引導3側邊欄導航滾動間諜工作不
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand"><a href="#">My Site</a></li>
<li><a href="#start">Start</a></li>
<li><a href="#feedback">Feedback</a></li>
<li><a href="#section3">Sec3</a></li>
<li><a href="#section4">Sec4</a></li>
</ul>
</div>
如果我添加data-spy="scroll" data-target="sidebar-wrapper"
到<body>
的ScrollSpy不工作。我正在尋找在這裏StackOverflow的,但所有其他人有另外的導航欄與<nav>
或<span>
只是可以肯定: 我加 <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> <script type="text/javascript" src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
我<head>
所以ScrollSpay應加載
這應該用'#sidebar-wrapper'作爲數據目標:http://bootply.com/111915 – ZimSystem