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>
Comments
Post a Comment