bootstrap-multiselect でテスト アプリケーションを作成します。しかし、ドロップダウンコンボボックスを開くことができません。ページで例外を取得します:Uncaught TypeError: undefined is not a function (anonymous function) extend.ready jquery-2.1.1.js:3391完了。このエラーを判断できません
<link href="~/Content/bootstrap.min.css" rel="stylesheet" />
<script src="~/Scripts/jquery-2.1.1.js"></script>
<script src="~/Scripts/bootstrap-multiselect.js"></script>
<link href="~/Content/bootstrap-multiselect.css" rel="stylesheet" />
HTML コード: 性別 男性 女性 その他 男性 男性
Javascript:
$(document).ready(function () { $('.multiselect').multiselect(); });