Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始在一个使用 Bootstrap 3.x 的网站上使用 jquery 2.1.1,现在引导轮播将不起作用。Chrome Web 开发控制台显示“未捕获的 ReferenceError:未定义 jQuery”
任何帮助都会很棒!
您必须定义 JQuery。
这是一些代码。
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>