小弟想问一个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>
请各位不吝赐教啊~~ 展开
<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>
请各位不吝赐教啊~~ 展开
1个回答
展开全部
一样的,估计是引用jQuery的路径不正确。确认路径不行的话,就换引用微软的cdn试试
<script language="javascript" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.2.js" type="text/javascript"></script>
<script language="javascript" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.2.js" type="text/javascript"></script>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询