gpt4 book ai didi

jquery - TypeError : $(…). 工具提示不是函数

转载 作者:行者123 更新时间:2023-12-03 22:48:01 25 4
gpt4 key购买 nike

我正在获取

TypeError: $(…).tooltip is not a function

在使用带有 bootstrap 的 lightbox2 时初始化 tooltip() 函数的 jquery 文件中出现错误。

$(function() {
$('[data-toggle="tooltip"]').tooltip({
html: true
});
});
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.js"></script>
<script src="main.js"></script>
</head>
<body>
<script src="lightbox-plus-jquery.min.js"></script>
</body>

最佳答案

当 jQuery 被包含两次时,就会发生这种情况。

对于使用 Rails 的人来说,默认情况下已经包含 jQuery(检查 app/assets/javascripts/application.js ):

//= require jquery

再次包含 jQuery,例如 <script>标签 app/views/layouts/application.html.erb ,将导致此错误。

解决方案是删除 <script>标签 app/views/layouts/application.html.erb .

关于jquery - TypeError : $(…). 工具提示不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38505350/

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