Hi there, You have to follow the below schema and it should work:
<!DOCTYPE html><html><head> <title>Your Title</title><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="description" content=""><meta name="author" content=""><link rel="shortcut icon" href="favicon.ico"><link rel="stylesheet" href="path/to/bootstrap.min.css"><link rel="stylesheet" href="path/to/bootstrap-responsive.min.css"><link rel="stylesheet" href="path/to/custom-styles.css"></head><body> <!-- Your content here --> <!-- Javascript files (you can put them on HEAD if you want) --> <script type='text/javascript' src='path/to/jquery.min.js'></script><script type='text/javascript' src='path/tobootstrap.min.js'></script><script type='text/javascript' src='path/to/custom-js.js'></script> </body> </html> Hope it helps. On Tue, Jan 15, 2013 at 7:14 PM, Luis MS <[email protected]> wrote: > And I have just checked that bootstrap-collapse.js is in fact included > within the generated bootstrap.js file -- Raul Matei +40741351728
