我寫了這個代碼:這個查詢有什麼錯誤?
<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.
大聲笑感謝您的鏈接... –
我喜歡本地主機鏈接 – Semyazas