Bootstrap throws Uncaught Error: Bootstrap’s JavaScript requires jQuery [closed]

Try this

Change the order of files it should be like below..

<script src="https://stackoverflow.com/questions/22658015/js/jquery-1.11.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>

Leave a Comment