I can't find the bootstrap.js
and jquery
of https://bootswatch.com/ theme I am using. If I press the download, it only shows the css
and no js
Where can I download the bootstrap.js of bootswatch?
1.8k views Asked by Jane Doe At
1
I can't find the bootstrap.js
and jquery
of https://bootswatch.com/ theme I am using. If I press the download, it only shows the css
and no js
Javascript is already written and is part of bootstrap, you just need to import it. A line like this should do the trick for you, assuming you have that file in the bootstrap folder.
To download jQuery and also include that in the page like this:
You can download jQuery here.