Sunday 15 April 2012

Bootstrap js files per demo page? -


According to bootstrap examples, there is a block of JS link where are these located?

  & lt ;! - placed at the end of the document so that pages load faster - & gt; & Lt; Script src = "../ asset / js / jquery.js" & gt; & Lt; / Script & gt; & Lt; Script src = "..//sets/js/bootstrap-transition.js" & gt; & Lt; / Script & gt; & Lt; Script src = "../ asset / js / bootstrap-alert.js" & gt; & Lt; / Script & gt; & Lt; Script src = "..//sets/js/bootstrap-modal.js" & gt; & Lt; / Script & gt; & Lt; Script src = "../ asset / js / bootstrap-dropdown.js" & gt; & Lt; / Script & gt; & Lt; Script src = "..// asset / js / bootstrap-scroll p.js" & gt; & Lt; / Script & gt; & Lt; Script src = "../ asset / js / bootstrap-tab.js" & gt; & Lt; / Script & gt; & Lt; Script src = "..//sets/js/bootstrap-tooltip.js" & gt; & Lt; / Script & gt; & Lt; Script src = "..// asset / js / bootstrap-popover.js" & gt; & Lt; / Script & gt; & Lt; Script src = "../ asset / js / bootstrap-button.js" & gt; & Lt; / Script & gt; & Lt; Script src = "../setails/js/bootstrap-collapse.js" & gt; & Lt; / Script & gt; & Lt; Script src = "..// asset / js / bootstrap-carousel.js" & gt; & Lt; / Script & gt; & Lt; Script src = "..// asset / js / bootstrap-typeadhaad.js" & gt; & Lt; / Script & gt;   

When I downloaded the bootstrap, it was just JS files.

  • js / bootstrap
  • js / bootstrap.money.js

    Do I have to download the rest separately? The demo app itself when I download it locally, especially the drop down menu is not working.

    Thanks

    The contents of these files are already minified bootstrap Do not worry about it.

    If you download the full twitter bootstrap source code, you get those files, you do so .min.js But in full standard Javascript and CSS files are collected and minified, ready for use in production.

    You may want to.

No comments:

Post a Comment