diff options
| author | Mark Otto <[email protected]> | 2011-09-10 22:31:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 22:31:55 -0700 |
| commit | 3755ee158f947bdb1d44b86faa9537ac9f3cbbc5 (patch) | |
| tree | 9c3e0d0b59c07068f2c210eab1262f2d664ab77d /docs/index.html | |
| parent | 40693f261838136499b11c728e5389815e3ee322 (diff) | |
| parent | 709789d16dccc9c812b62e8d22c61d7f4748e9e2 (diff) | |
| download | bootstrap-3755ee158f947bdb1d44b86faa9537ac9f3cbbc5.tar.xz bootstrap-3755ee158f947bdb1d44b86faa9537ac9f3cbbc5.zip | |
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 4764edfb5..e19059d24 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,8 +23,8 @@ <script>$(function () { prettyPrint() })</script> <script src="../js/bootstrap-dropdown.js"></script> <script src="../js/bootstrap-twipsy.js"></script> + <script src="../js/bootstrap-scrollspy.js"></script> <script src="assets/js/application.js"></script> - <script src="assets/js/application-scrollspy.js"></script> <!-- Le fav and touch icons --> <link rel="shortcut icon" href="images/favicon.ico"> @@ -1592,6 +1592,10 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita <td>This plugin is for adding dropdown interaction to the bootstrap topbar or tabbed navigations.</td> </tr> <tr> + <td><a href="./javascript.html#scrollspy">bootstrap-scrollspy.js</a></td> + <td>The ScrollSpy plugin is for adding an auto updating nav based on scroll position to the bootstrap topbar.</td> + </tr> + <tr> <td><a href="./javascript.html#tabs">bootstrap-tabs.js</a></td> <td>This plugin adds quick, dynamic tab and pill functionality for cycling through local content.</td> </tr> @@ -1786,4 +1790,4 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita </footer> </body> -</html>
\ No newline at end of file +</html> |
