我正在使用bootsnipp中的模板,之前使用過,它工作正常,我不確定我的代碼出了什麼問題。當我嘗試在小提琴上運行它工作,但不是在我的本地機器上。Bootstrap無法正常工作
這裏是我的小提琴:Side-bar menu 它適用於小提琴精細
這裏是我的HTML文件:
<title>Feedback</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/styles.css">
我還添加腳本</body>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="js/myscript.js"></script>
我不前」我知道我的代碼有什麼問題。
你正在得到什麼錯誤? – jmargolisvt
Bootstrap依賴於jQuery - 你也包括它嗎? –