jQuery选择器为什么一定要用$才有效,用jQuery就不能生效
这段代码没有生效,把jquery改成$才生效,是哪里出错了?.....<script>jQuery(function(){jQuery("img[srcjQuery='!...
这段代码没有生效,把jquery改成$才生效,是哪里出错了?
.....
<script>
jQuery(function(){
jQuery("img[srcjQuery='!abc']").hover(function(){
alert("HELLO WORLD");
});
});
</script>
<style>
</style>
</head>
<body>
<img src=....jpg!abc style='max-width:680px'/> 展开
.....
<script>
jQuery(function(){
jQuery("img[srcjQuery='!abc']").hover(function(){
alert("HELLO WORLD");
});
});
</script>
<style>
</style>
</head>
<body>
<img src=....jpg!abc style='max-width:680px'/> 展开
2个回答
展开全部
这个是别名的问题。详情看参考资料。
参考资料: http://www.w3school.com.cn/jquery/core_noconflict.asp
来自:求助得到的回答
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询