diff options
| author | Ross Allen <[email protected]> | 2013-07-30 10:10:34 -0700 |
|---|---|---|
| committer | Ross Allen <[email protected]> | 2013-07-30 10:10:34 -0700 |
| commit | 6a8f76f020c77dde1da87a03f635437b5c9f2d99 (patch) | |
| tree | c992b4ed48db3d011b862fbaaa9444f6947e94aa | |
| parent | 934cf4f683c0ef2aba26c4cf600c7f6e28c65488 (diff) | |
| download | bootstrap-6a8f76f020c77dde1da87a03f635437b5c9f2d99.tar.xz bootstrap-6a8f76f020c77dde1da87a03f635437b5c9f2d99.zip | |
Enable dropdown in sticky-footer with Bootstrap JS
The sticky-footer example uses a drop down in its navbar, and dropdowns
require Bootstrap's JS to work.
Use the minified version of Bootstrap since this example is about the
CSS and not about the JS.
| -rw-r--r-- | sticky-footer-navbar/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sticky-footer-navbar/index.html b/sticky-footer-navbar/index.html index c81594a25..d5e033f58 100644 --- a/sticky-footer-navbar/index.html +++ b/sticky-footer-navbar/index.html @@ -67,5 +67,9 @@ </div> </div> + <!-- Bootstrap core JavaScript + ================================================== --> + <script src="../assets/js/jquery.js"></script> + <script src="../bootstrap/js/bootstrap.min.js"></script> </body> </html>
\ No newline at end of file |
