为了账号安全,请及时绑定邮箱和手机立即绑定

请问为什么实现不了

<!DOCTYPE html>
<html>
<head>
    <title></title>
    <script src="http://www.imooc.com/data/jquery-1.8.2.min.js" type="text/javascript">
</script>
<script src="http://www.imooc.com/data/jquery-ui-1.9.2.min.js" type="text/javascript"></script>
<script>
    $.fn.extend({
        changecolor:function({
            $.(this).bind("hover",function({
                $.(this).css({"background-color":"red"});
            }))
        })
        });
        $.("ul li").changecolor();
        
</script>
<style>
    li a:link,li a:visited{
        text-decoration:none;
        color:gray;
    }
    li a:hover,li a:active{
        text-decoration:none;
    }
</style>
</head>
<body>
<div >
    <ul>
        <li><a href="#">今天星期二</a></li>
        <li><a href="#">明天星期三</a></li>
     
    </ul>
</div>
</body>
</html>

哪里错了,求指教~

正在回答

2 回答

没有任何事件去触发(调用插件)


0 回复 有任何疑惑可以回复我~

瞅瞅来

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
jQuery基础课程
  • 参与学习       154768    人
  • 解答问题       7184    个

加入课程学习,有效提高前端开发速度

进入课程

请问为什么实现不了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信