小弟想问一个jqueryr的问题:同样是下面的一段代码,在Ubuntu下运行就没问题,在Windows下运行就报

html6:UncaughtReferenceError:$isnotdefined;也就是说一开始的‘$’未定义。这又是怎么回事呢?难道jQuery在Linux下与Wi... html 6 : Uncaught ReferenceError: $ is not defined;也就是说一开始的‘$’未定义。这又是怎么回事呢?难道jQuery在Linux下与Windows下用法还不一样吗?或者说有什么区别呢?
<html>
<head>
<title>jspdemo1</title>
<script src = "jquery-1.5.2.js" type = "text/javascript"></script>
<script type = "text/javascript">
$(function(){
$("a").hover(function(){
$(this).parents("p").addClass("highlight");

}, function(){
$(this).parents("p").removeClass("highlight");
});
});
</script>
</head>
<body>
<style>
.highlight{
background-color:aqua;
color:green;
}
</style>
<p>11111111<a href = "http://www.163.com">11111</a></p>
<p>22222222<a href = "http://www.sina.com">22222</a></p>
</body>
</html>
请各位不吝赐教啊~~
展开
 我来答
shenchaoliang
2011-04-16 · TA获得超过1163个赞
知道大有可为答主
回答量:810
采纳率:0%
帮助的人:1524万
展开全部
一样的,估计是引用jQuery的路径不正确。确认路径不行的话,就换引用微软的cdn试试
<script language="javascript" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.2.js" type="text/javascript"></script>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式