Where can I download the bootstrap.js of bootswatch? -


i can't find bootstrap.js , jquery of https://bootswatch.com/ theme using. if press download, shows css , no js

javascript written , part of bootstrap, need import it. line should trick you, assuming have file in bootstrap folder.

<script type="text/javascript" src="bootstrap/bootstrap.js" charset="utf-8"></script> 

to download jquery , include in page this:

<script type="text/javascript" src="jquery/jquery.js" charset="utf-8"></script> 

you can download jquery here.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -