After struggling with this problem I took three steps:
- Use jQuery versions anywhere between 1.9.0 and 3.0.0
- Declare the jQuery file before declaring the Bootstrap file
- Declare these two script files at the bottom of the
tags rather than in the
.
These worked for me but there may be different behaviors based on the browser you are using.