Created
July 9, 2012 09:56
-
-
Save bugsysop/3075512 to your computer and use it in GitHub Desktop.
Twitter Bootstrap - JS ScrollSpy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--Scroll the area below and watch the navigation update. The dropdown sub items will be highlighted as well.--> | |
| <div class="navbar navbar-fixed-top"> | |
| <div class="navbar-inner"> | |
| <div class="container"> | |
| <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| </a> | |
| <a class="brand" href="./index.html">Bootstrap</a> | |
| <div class="nav-collapse collapse"> | |
| <ul class="nav"> | |
| <li class=""> | |
| <a href="./index.html">Overview</a> | |
| </li> | |
| <li class=""> | |
| <a href="./scaffolding.html">Scaffolding</a> | |
| </li> | |
| <li class=""> | |
| <a href="./base-css.html">Base CSS</a> | |
| </li> | |
| <li class=""> | |
| <a href="./components.html">Components</a> | |
| </li> | |
| <li class="active"> | |
| <a href="./javascript.html">Javascript plugins</a> | |
| </li> | |
| <li class=""> | |
| <a href="./less.html">Using LESS</a> | |
| </li> | |
| <li class="divider-vertical"></li> | |
| <li class=""> | |
| <a href="./download.html">Customize</a> | |
| </li> | |
| <li class=""> | |
| <a href="./examples.html">Examples</a> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment