gpt4 book ai didi

javascript - jQuery 没有运行

转载 作者:行者123 更新时间:2023-11-30 08:49:42 24 4
gpt4 key购买 nike

你能看看这个link让我知道为什么 jQuery 在这里不起作用?

我正在 Cloud9 ide 在线编辑器上运行该页面,这是我之前的代码 </body>标记

<script src="http://codeorigin.jquery.com/jquery-1.10.2.js" type="text/javascript"></script>
<script src="js/bootstrap.js"></script>
<script>
$(document).ready(function() {
alert("This is a Test Message");
});
</script>

</body>

这里是 consule 的错误列表:
Uncaught TypeError: undefined is not a function bootstrap.js:29
未捕获的 ReferenceError:$ 未定义 layout.html:48

谢谢

最佳答案

尝试改变你的

<script src="http://codeorigin.jquery.com/jquery-1.10.2.js" type="text/javascript"></script>

https:// 而不是 http://

关于javascript - jQuery 没有运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19012899/

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