0
Recently I was having trouble with my dropdown menu the menu does not drop when pressed.
From the searches I did, I found that it does not work due to the lack of the file 'jQuery.js' in the js directory.
The bootstrap version I downloaded is "bootstrap-3.3.6-dist" on the official website and does not count the jQuery.js file
In the js directory I only have the following files: bootstrap.js, bootstrap.min.js and npm.js
What is the correct version to download where jQuery is or where to download the file for you?
You can get jquery from CDN(content delivery Networks), as the bootstrap site itself suggests. Or from the website of jquery. Or other cdns
– Bruno Costa
Download some version less than 3.0.0, as Bootstrap does not yet support more advanced version.
– Luiz Gonçalves