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

希望大家多看看的例子我研究好久的东西

要求5字符

正在回答

1 回答

你那狗啃的代码,我实在看不懂了。

<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>挑战题</title>
         <script src="http://libs.baidu.com/jquery/1.9.0/jquery.js" type="text/javascript"></script>
         <style>
            ul {width:70px;overflow: hidden;}
            ul li {width:70px;height:30px;text-align:center;line-height:30px;display: block;}
         </style>
    </head>
    <body>

        <ul>
            <li>好</li>
            <li>呀</li>
            <li>好</li>
            <li>想</li>
            <li>你</li>
            <li>!</li>
        </ul>

        <script>
            $(document).ready(function(){
                function randomColor() {
                    return '#'+parseInt((Math.random()*0x1000000)).toString(16);
                }
                $.extend({"randomBGC" : function(element){
                    element.mouseover(function(){
                        $(this).css({"color":randomColor(),"background-color":randomColor()});
                        });
                    element.mouseout(function(){
                        $(this).css({"color":"#000","background-color":"rgba(0,0,0,0)"});
                        });
                    }
                });
                $.randomBGC($("li"));
            });
        </script>
    </body>
</html>


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

举报

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

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

进入课程

希望大家多看看的例子我研究好久的东西

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