Hi group, hope someone can help me identify issue that is preventing the dropdown menu from functioning in my ubuntu test environment.
On this example: http://twitter.github.io/bootstrap/examples/hero.html I have bootstrap installed in a sub dir of my home directory, and a sym-link to the web server. Then I have copied this hero.html example from the docs dir, into the bootstrap top level dir, and modified the relative links to the js dependencies. Such that ../assets/js/bootstrap-dropdown.js is correctly moved relative to the example html file's new location, and I did the same for the supporting css files. I have not changed any other code in the nav bar divs. Everything else looks like the original example, except that the dropdown menu is not dropping down. Is there any additional dependency that needs be set-up for this? I currently have the same set of js files as were included in the original example hero.html file. <script src="js/jquery.js <view-source:http://twitter.github.io/bootstrap/assets/js/jquery.js>"></script> <script src="js/bootstrap-transition.js <view-source:http://twitter.github.io/bootstrap/assets/js/bootstrap-transition.js>"></script> <script src="js/bootstrap-alert.js <view-source:http://twitter.github.io/bootstrap/assets/js/bootstrap-alert.js>"></script> <script src="js/bootstrap-modal.js <view-source:http://twitter.github.io/bootstrap/assets/js/bootstrap-modal.js>"></script> <script src="js/bootstrap-dropdown.js <view-source:http://twitter.github.io/bootstrap/assets/js/bootstrap-dropdown.js>"></script> <script src="js/bootstrap-scrollspy.js <view-source:http://twitter.github.io/bootstrap/assets/js/bootstrap-scrollspy.js>"></script> <script src="js/bootstrap-tab.js <view-source:http://twitter.github.io/bootstrap/assets/js/bootstrap-tab.js>"></script> <script src="js/bootstrap-tooltip.js <view-source:http://twitter.github.io/bootstrap/assets/js/bootstrap-tooltip.js>"></script> <script src="js/bootstrap-popover.js <view-source:http://twitter.github.io/bootstrap/assets/js/bootstrap-popover.js>"></script> <script src="js/bootstrap-button.js <view-source:http://twitter.github.io/bootstrap/assets/js/bootstrap-button.js>"></script> <script src="js/bootstrap-collapse.js <view-source:http://twitter.github.io/bootstrap/assets/js/bootstrap-collapse.js>"></script> <script src="js/bootstrap-carousel.js <view-source:http://twitter.github.io/bootstrap/assets/js/bootstrap-carousel.js>"></script> <script src="js/bootstrap-typeahead.js <view-source:http://twitter.github.io/bootstrap/assets/js/bootstrap-typeahead.js>"></script> Thanks for the info. -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
