为什么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>
展开
 我来答
dllgdx_2000
推荐于2017-12-15 · TA获得超过922个赞
知道小有建树答主
回答量:1202
采纳率:0%
帮助的人:748万
展开全部
1 src="js/jquery-1.8.2.min.js 确定文件路径正确吗? 文件真实存在吗?
2 下面代码放到<head>标签内试试

<script type="text/javascript" >
$().ready(function(){
alert("welcome to the ping pong battle.");
})
更多追问追答
追问
什么文件?
追答
jquery-1.8.2.min.js
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友2506695
2012-10-09 · TA获得超过480个赞
知道小有建树答主
回答量:246
采纳率:0%
帮助的人:101万
展开全部
感觉下面写错了,少了个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.");
})

希望你说的是这个问题...
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
邬樱00i
2012-10-09 · TA获得超过722个赞
知道小有建树答主
回答量:714
采纳率:0%
帮助的人:695万
展开全部
这是什么跟什么啊。。。
更多追问追答
追问
我写错了吗???
追答
用firefox浏览器去看,装个getfirebug插件。就可以看到JS错误了。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式