└── README.md
</pre>
<p>This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). The image files are compressed using <a href="http://imageoptim.com/">ImageOptim</a>, a Mac app for compressing PNGs.</p>
+ <p>Please note that all JavaScript plugins require jQuery to be included.</p>
</section>
</head>
<body>
<h1>Hello, world!</h1>
+ <script src="http://code.jquery.com/jquery-latest.js"></script>
</body>
</html>
</pre>
</head>
<body>
<h1>Hello, world!</h1>
+ <script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
└── README.md
</pre>
<p>{{_i}}This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). The image files are compressed using <a href="http://imageoptim.com/">ImageOptim</a>, a Mac app for compressing PNGs.{{/i}}</p>
+ <p>{{_i}}Please note that all JavaScript plugins require jQuery to be included.{{/i}}</p>
</section>
</head>
<body>
<h1>Hello, world!</h1>
+ <script src="http://code.jquery.com/jquery-latest.js"></script>
</body>
</html>
</pre>
</head>
<body>
<h1>Hello, world!</h1>
+ <script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>