I've noticed while using the template for html, bootstrap, and jquery that the script tags at the bottom are placed bootstrap first and jquery below such as:
but this does not work because bootstrap depends on jquery so the jquery script tag should be placed above it so it loads first.
For example: if you try to open the navigation bar on mobile with the hamburger icon, it needs jquery and won't open unless you switch around the position of the script tags like this:
I've noticed while using the template for html, bootstrap, and jquery that the script tags at the bottom are placed bootstrap first and jquery below such as:
but this does not work because bootstrap depends on jquery so the jquery script tag should be placed above it so it loads first.
For example: if you try to open the navigation bar on mobile with the hamburger icon, it needs jquery and won't open unless you switch around the position of the script tags like this: