gpt4 book ai didi

jquery - $(document).ready 不触发?

转载 作者:行者123 更新时间:2023-12-03 22:42:33 25 4
gpt4 key购买 nike

这么简单的代码,为什么不能运行呢?当页面加载时,它应该显示一个警告框,上面写着“ready”。

<!DOCTYPE html>
<html>
<head>
<title>
Title
</title>
<script type="text/javascript">
$(document).ready(function() {
alert("ready");
});
</script>
</head>
<body>
Content
</body>
</html>

我觉得这是非常明显的事情,但我现在无法正常思考。

我已在最新版本的 Chrome 和 Firefox 中进行了尝试。

最佳答案

你的 jquery 引用在哪里?

        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

关于jquery - $(document).ready 不触发?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6529800/

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