console error -
SCRIPT5022: Bootstrap’s JavaScript requires jQuery
bootstrap.min.js (6,31)
*MSDN says “Exception thrown and not caught” o.0
I’ve got my bootstrap.min.js 3.3.7 script listed straight from getBootstrap, with the integrity and crossorigin still in there … who has a good libs for the jQuery needed?
Did you include jQuery before the bootstrap.js file?
Edit: should have read your full post…
Just search jQuery CDN and pick one.
BenGitter:
jQuery CDN
what’s the latest version? and who to trust? there’s a LOT of shady/fake looking sites that list jQuery libs …
The one from the official site:
https://code.jquery.com/
So example:
<script src='https://code.jquery.com/jquery-3.1.1.min.js'></script>
1 Like
JIC anyone else runs across this “issue” -
A stable, reliable, high-speed, globally available content distribution network for the most popular open-source JavaScript libraries.
1 Like