美文网首页
颜海镜大触的色狼游戏

颜海镜大触的色狼游戏

作者: 李天火 | 来源:发表于2016-04-16 14:46 被阅读30次

    利用console自动检测颜色
    测试地址:http://yanhaijing.com/color/

    function timedCount()
    {
        jQuery("div").each(function(){
          if($(this).css("background-color") != $(this).prev().css("background-color") && $(this).css("background-color") != $(this).next().css("background-color")){
    $(this).trigger("click");
    }
        });
    t=setTimeout("timedCount()",1)
    }
    

    相关文章

      网友评论

          本文标题:颜海镜大触的色狼游戏

          本文链接:https://www.haomeiwen.com/subject/gqxolttx.html