我认为我做的一切都是正确的,但是我不断收到这个错误。$(文档).ready(); // 在控制台中未定义。我导入了我的 jquery 脚本。
<script src = "//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script >
$(document).ready(function(){
$("div#chat").hide();
});
function send_file(){
}
function remove_selected(){
}
function changeToFile(){
}
function chatToProfile(){
}
function changeToChat(){
}
</script>