If you're using the web compiler to produce bootstrap.js, then just reference bootstrap.js instead of the individual files since it already contains all of them, and minified to boot.
Elsewise, download the master zip and you'll find all the individual JS files in there. On Tuesday, July 24, 2012 12:23:21 AM UTC+8, bill wrote: > > But where do you get all these javascript files as stand alone .js files. > They look to me like they are included in bootstrap.js. > > Thanks, > > Bill > > On Sunday, July 22, 2012 1:42:29 AM UTC-4, Jack Fabbri wrote: >> >> Creates in the root of your project a folder called js and put all >> your js files. >> call them up with (example): >> >> <script type="text/javascript" language="javascript" >> src="/js/jquery.js"></script> >> <script type="text/javascript" language="javascript" >> src="/js/bootstrap-modal.js"></script> >> etc... >> >> 2012/7/20 bill <[email protected]>: >> > Hello all, >> > >> > I am using the basic marketing site markup at >> > http://twitter.github.com/bootstrap/examples.html to build on. >> > >> > At the end of the page you can see the javascript: >> > >> > <!-- Le javascript >> > ================================================== --> >> > <!-- Placed at the end of the document so the pages load faster --> >> > <script src="js/jquery.js"></script> >> > <script src="js/bootstrap-transition.js"></script> >> > <script src="js/bootstrap-alert.js"></script> >> > <script src="js/bootstrap-modal.js"></script> >> > <script src="js/bootstrap-dropdown.js"></script> >> > <script src="js/bootstrap-scrollspy.js"></script> >> > <script src="js/bootstrap-tab.js"></script> >> > <script src="js/bootstrap-tooltip.js"></script> >> > <script src="js/bootstrap-popover.js"></script> >> > <script src="js/bootstrap-button.js"></script> >> > <script src="js/bootstrap-collapse.js"></script> >> > <script src="js/bootstrap-carousel.js"></script> >> > <script src="js/bootstrap-typeahead.js"></script> >> > >> > However when I open firebug in firefox, I see: >> > >> > "NetworkError: 404 Not Found - >> > http://localhost/bootstrap1/js/bootstrap-popover.js" >> > >> > bootst...over.js >> > >> > "NetworkError: 404 Not Found - >> > http://localhost/bootstrap1/js/bootstrap-collapse.js" >> > >> > bootst...apse.js >> > "NetworkError: 404 Not Found - >> > http://localhost/bootstrap1/js/bootstrap-carousel.js" >> > etc. >> > >> > Obviously the javascript paths are wrong. How to I fix this given that >> all >> > this scripts are located inside bootstrap.js >> > >> > Thanks, >> > >> > Bill >> > >> > >> > >> >
