gpt4 book ai didi

jquery - 这个查询有什么错误?

转载 作者:行者123 更新时间:2023-12-01 06:30:11 25 4
gpt4 key购买 nike

我写了这段代码:

<script type="text/javascript" src ="../Scripts/jquery-1.4.1.min.js"> </script>
<script type = "text/javascript">
$(document).ready(function(){

$("#btnhide").click(function(event){
$("a").slideUp(1000);
});
});
</script>

但有以下错误。

Edit: i sure that jquery is loaded successfully.



Error: $ is not defined
Source File: http://localhost:1416/my362/ControlPanel.aspx
Line: 36

问题是什么?

Edit: i sure that jquery is loaded successfully.

最佳答案

你忘了包含jquery

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

关于jquery - 这个查询有什么错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6795530/

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