如何修复错误; “SyntaxError:Identifier'getScrollParents'已经被声明; Bootstrap工具提示需要Tether;

时间:2018-02-18 18:36:01

标签: javascript bootstrap-4 bootstrap-grid tether

我试图通过安装tether.js和utils.js来解决这个问题,但是当我修复一个错误时,似乎还有2个弹出窗口。

这是一个类似帖子的链接,但我有一个稍微不同的问题,这个问题我已经从上一个问题中产生了。

我能做些什么吗?或者我应该恢复到boostrap3

how to fix the error bootstrap tooltips require tether HTTP github

tether.js:1 Uncaught SyntaxError: Identifier 'getScrollParents' has already been declared
    at tether.js:1

Uncaught Error: Bootstrap tooltips require Tether (http://tether.io/)
    at bootstrap.min.js?ver=3.0.0:7
    at bootstrap.min.js?ver=3.0.0:7
    at bootstrap.min.js?ver=3.0.0:7

2 个答案:

答案 0 :(得分:0)

我找到了解决方案

https://forums.asp.net/t/2121600.aspx?Uncaught+Error+Bootstrap+tooltips+require+Tether

我改变了行

<script src="<?php bloginfo('stylesheet_directory'); ?>/js/node_modules/tether/src/js/tether.js"></script>

<script src="<?php bloginfo('stylesheet_directory'); ?>/js/node_modules/tether/dist/js/tether.min.js"></script>

答案 1 :(得分:0)

使用tether.min.js解决您的问题