jQuery Uncaught TypeError: Cannot read property ‘fn’ of undefined (anonymous function)

try to call jQuery library before bootstrap.js

<script src="https://stackoverflow.com/questions/10807430/js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>

Leave a Comment