未捕获的错误引导需要 jquery 在 bootstrap.min.js
Posted
技术标签:
【中文标题】未捕获的错误引导需要 jquery 在 bootstrap.min.js【英文标题】:uncaught error bootstrap requires jquery at bootstrap.min.js 【发布时间】:2020-02-06 09:35:29 【问题描述】:即使在引导之前已加载所有 jquery 并且还使用了 1.9.1 版本,我也会收到此错误
尝试使用 jquery 1.9.1 版,它仍然可以解决
<script type="text/javascript" src="js/jquery-1.9.1.js"></script>
<link href="css/jquery-ui.css" rel="stylesheet" />
<script src="https://www.bootstrap-year-calendar.com/js/jquery-1.10.2.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular-animate.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/bootstrap-theme.css" />
<link rel="stylesheet" href="css/bootstrap-theme.min.css" />
<link rel="stylesheet" href="css/bootstrap.css" />
<script src="js/bootstrap.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="https://www.bootstrap-year-calendar.com/js/respond.min.js" type="text/javascript"></script>
<script src="https://www.bootstrap-year-calendar.com/js/bootstrap-datepicker.min.js" type="text/javascript"></script>
<script src="https://www.bootstrap-year-calendar.com/js/bootstrap-year-calendar.min.js" type="text/javascript"></script>
<script src="https://www.bootstrap-year-calendar.com/js/bootstrap-popover.js" type="text/javascript"></script>
<script src="https://www.bootstrap-year-calendar.com/js/scripts.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="css/cal/bootstrap-datepicker.min.css">
<link rel="stylesheet" type="text/css" href="css/cal/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="css/cal/bootstrap-year-calendar.min.css">
【问题讨论】:
【参考方案1】:我之前在引用两个不同版本的 jquery 或 Bootstrap 时遇到过这个问题,你在这里都做了。这段代码中有三个版本的 JQuery:
<script type="text/javascript" src="js/jquery-1.9.1.js"></script>
<script src="https://www.bootstrap-year-calendar.com/js/jquery-1.10.2.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js" type="text/javascript"></script>
您还加载了 bootstrap 和 bootstrap min js 文件,它们会相互干扰。
尝试简化您的代码,并且只使用每个库/框架的 1 个版本。
所以在 Bootstrap 之前加载了一个版本的 JQuery。一个版本的引导程序。所以请确保你有你的 JQuery 脚本 src 然后是你的 Bootstrap。
【讨论】:
【参考方案2】:如果您尝试添加多个版本的引导程序,则会出现此错误。 bootstrap 和 jquery 的顺序也很重要。尝试包括这个
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
【讨论】:
【参考方案3】:尝试加入这个
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
【讨论】:
不,它不起作用人们对这篇文章投了反对票,我真的很难过这是浏览器中的一个真正问题 这不起作用,因为您在 Jquery 之前加载引导 JS,引导需要事先加载 JQ。这也不处理已经加载的其他库。以上是关于未捕获的错误引导需要 jquery 在 bootstrap.min.js的主要内容,如果未能解决你的问题,请参考以下文章
未捕获的错误:Bootstrap 的 JavaScript 需要 jQuery 和 requirejs
安装 MailChimp 弹出 js 时出现未捕获错误:引导工具提示需要 Tether 和未捕获 ReferenceError:未定义 Cookie