1
내가 사용중인 테마가 https://bootswatch.com/ 인 bootstrap.js
및 jquery
을 찾을 수 없습니다. 다운로드를 누르면 css
이 표시되고 js
bootswatch의 bootstrap.js는 어디에서 다운로드 할 수 있습니까?
내가 사용중인 테마가 https://bootswatch.com/ 인 bootstrap.js
및 jquery
을 찾을 수 없습니다. 다운로드를 누르면 css
이 표시되고 js
bootswatch의 bootstrap.js는 어디에서 다운로드 할 수 있습니까?
JavaScript가 이미 작성되어 있고 부트 스트랩의 일부인 경우에만 가져와야합니다. 이 파일은 bootstrap 폴더에 있다고 가정하면이 라인이 트릭을 수행해야합니다.
<script type="text/javascript" src="bootstrap/bootstrap.js" charset="UTF-8"></script>
는 jQuery를 다운로드하고도 포함하려면이 같은 페이지의 :
<script type="text/javascript" src="jquery/jquery.js" charset="UTF-8"></script>