ちょっとしたドロップダウンや折りたたみを作成するためにブートストラップを使用しようとしましたが、まったく動作しません。クリックされたときに想定されるコンテンツは表示されません。私はw3の学校からコードを直接コピーしましたが。何が問題なのですか?私はjQueryをダウンロードして、自分のhtmlファイルと同じフォルダに保存しました。ブートストラップの折りたたみが動作しない
<head>
<script src="jQuery.js"></script>
<script src="bootstrap.js"></script>
<link rel="stylesheet" href="bootstrap.css">
<title>Bootsrap</title>
<meta charset="UTF-8">
</head>
<button data-toggle="collaspe" data- target="#demo">Collapsible</button>
<div id="demo" class="collapse">
some will say that the way to go about doing some of the real things is by
doing it by the book to avoid some of the boring things that are said in the
latter age of the new and humble heritage of the monk of the new age.
</div>
私はactualyあまりにも私のhtmlプラスjQueryを使って同じフォルダにインポートされたブートストラップCSSやJSを持っています。
であることを確認してください?いくつかのコードを追加できますか? –
私はまさにそれをした – pedroyanky