为什么jquery加载失败? 要怎么解决?急求!!!!
<!DOCTYPEhtml><htmllang=“en”><head><scripttype="text/javascript"src="js/jquery-1.8.2....
<!DOCTYPE html>
<html lang=“en”>
<head>
<script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
<meta charset=“utf-8”>
<title>ping pong</title>
</head>
<body>
<header>
<h1>ping pong</h1>
</header>
<footer>
this is an example of creating a ping pong game.
</footer>
</body>
</html>
<script type="text/javascript" >
$().ready(function(){
alert("welcome to the ping pong battle.");
})
</script> 展开
<html lang=“en”>
<head>
<script type="text/javascript" src="js/jquery-1.8.2.min.js"></script>
<meta charset=“utf-8”>
<title>ping pong</title>
</head>
<body>
<header>
<h1>ping pong</h1>
</header>
<footer>
this is an example of creating a ping pong game.
</footer>
</body>
</html>
<script type="text/javascript" >
$().ready(function(){
alert("welcome to the ping pong battle.");
})
</script> 展开
3个回答
展开全部
1 src="js/jquery-1.8.2.min.js 确定文件路径正确吗? 文件真实存在吗?
2 下面代码放到<head>标签内试试
<script type="text/javascript" >
$().ready(function(){
alert("welcome to the ping pong battle.");
})
2 下面代码放到<head>标签内试试
<script type="text/javascript" >
$().ready(function(){
alert("welcome to the ping pong battle.");
})
更多追问追答
追问
什么文件?
追答
jquery-1.8.2.min.js
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
感觉下面写错了,少了个document,
<script type="text/javascript" >
$().ready(function(){
alert("welcome to the ping pong battle.");
})
</script>
改成如下代码试试
$(document).ready(function(){ //括号里面加了个document
alert("welcome to the ping pong battle.");
})
希望你说的是这个问题...
<script type="text/javascript" >
$().ready(function(){
alert("welcome to the ping pong battle.");
})
</script>
改成如下代码试试
$(document).ready(function(){ //括号里面加了个document
alert("welcome to the ping pong battle.");
})
希望你说的是这个问题...
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这是什么跟什么啊。。。
更多追问追答
追问
我写错了吗???
追答
用firefox浏览器去看,装个getfirebug插件。就可以看到JS错误了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询