As in another post I've just replied to on the same subject, jQuery *isn't* part of bootstrap, you have to include that as well, before you reference the bootstrap JS.
On Friday, September 14, 2012 4:48:09 AM UTC+1, Gitted wrote: > > I downloaded boostrap, and it has bootstrap.min.js, does it contain all > the .js that is listed in the starter page, or do I download > that separately? > > I'm looking at the sample page (starter template), and it has this on the > bottom: > > <!-- Le javascript ================================================== --> > <!-- > Placed at the end of the document so the pages load faster --> <script src > ="../assets/js/jquery.js<http://twitter.github.com/bootstrap/assets/js/jquery.js> > "></script> <script > src="../assets/js/bootstrap-transition.js<http://twitter.github.com/bootstrap/assets/js/bootstrap-transition.js> > "></script> <script > src="../assets/js/bootstrap-alert.js<http://twitter.github.com/bootstrap/assets/js/bootstrap-alert.js> > "></script> <script > src="../assets/js/bootstrap-modal.js<http://twitter.github.com/bootstrap/assets/js/bootstrap-modal.js> > "></script> <script > src="../assets/js/bootstrap-dropdown.js<http://twitter.github.com/bootstrap/assets/js/bootstrap-dropdown.js> > "></script> <script > src="../assets/js/bootstrap-scrollspy.js<http://twitter.github.com/bootstrap/assets/js/bootstrap-scrollspy.js> > "></script> <script > src="../assets/js/bootstrap-tab.js<http://twitter.github.com/bootstrap/assets/js/bootstrap-tab.js> > "></script> <script > src="../assets/js/bootstrap-tooltip.js<http://twitter.github.com/bootstrap/assets/js/bootstrap-tooltip.js> > "></script> <script > src="../assets/js/bootstrap-popover.js<http://twitter.github.com/bootstrap/assets/js/bootstrap-popover.js> > "></script> <script > src="../assets/js/bootstrap-button.js<http://twitter.github.com/bootstrap/assets/js/bootstrap-button.js> > "></script> <script > src="../assets/js/bootstrap-collapse.js<http://twitter.github.com/bootstrap/assets/js/bootstrap-collapse.js> > "></script> <script > src="../assets/js/bootstrap-carousel.js<http://twitter.github.com/bootstrap/assets/js/bootstrap-carousel.js> > "></script> <script > src="../assets/js/bootstrap-typeahead.js<http://twitter.github.com/bootstrap/assets/js/bootstrap-typeahead.js> > "></script> > > > > > > -- 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.
