gpt4 book ai didi

jquery - 当使用 Bootstrap 且 Laravel jquery 未找到时

转载 作者:行者123 更新时间:2023-12-01 01:32:14 24 4
gpt4 key购买 nike

我正在使用 Bootstrap CDN,我已将这两个链接放入默认模板中,该模板包含在每个页面中。

<script type=text/javascript src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">

Bootstrap 显示在文件中,但是当我尝试单击按钮时,我在开发人员工具中收到此错误,“Bootstrap 的 JavaScript 需要 jQuery”。

我也没有使用 Laravel 表单生成器

最佳答案

您可以复制粘贴此代码以使其正常工作:

<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>

<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">

关于jquery - 当使用 Bootstrap 且 Laravel jquery 未找到时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36595804/

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