gpt4 book ai didi

jquery - bootstrap multiselect : TypeError: $(. ..).multiselect 不是一个函数

转载 作者:行者123 更新时间:2023-12-03 22:23:11 26 4
gpt4 key购买 nike

我想使用 Bootstrap 多选插件:Bootstrap Multiselect

但这对我不起作用。

<script type="text/javascript" src="dist2/js/bootstrap-multiselect.js"></script>
<link rel="stylesheet" href="dist2/css/bootstrap-multiselect.css" type="text/css"/>

<script type="text/javascript">

$(document).ready(function(){

$('#doc_1').multiselect();

});

</script>

最佳答案

今天,我在编写示例来测试 Bootstrap 的多选时遇到了同样的问题,即使在我的 .cshtml 中以正确的顺序引用了文件之后也是如此。

事实证明,我引用了 jquery 库两次,一旦我更正了它,它就开始正常工作了。有时,使用 Chrome 开发工具,您无法看到库加载了两次,但是,如果右键单击页面并查看源代码,您可以看到它是否重复。

关于jquery - bootstrap multiselect : TypeError: $(. ..).multiselect 不是一个函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27103898/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com