To my surprise, I downloaded Bootstrap and there are hardly any files in 
there. No examples. The examples have completely different coding 
structures, so if you copy the source of an example and change the paths so 
that everything is localized to what actually downloaded when you 
downloaded Bootstrap, you still end up with all this stuff not working:

   <!-- 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>
    <script>


Someone said that all of these are included in bootstrap.min.js  so I put 
<script src="js/bootstrap.min.js"></script> there in place of all that 
above and still the menu dropdown doesn't work, still the carousel 
doesn't work. Frustrating and so avoidable, which makes it even more 
frustrating (just put the examples in the download so that they are working 
correctly and stop wasting everyone's time)

-- 
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.


Reply via email to