//球队过来过去

        //球队过来过去
        $(function () {
            $('#xy> li').css('width','100px').hover(function () { $(this).css('backgroundColor', 'red') }, function () { $(this).css('backgroundColor', '') }).click(function () {
                $(this).removeAttr('style').unbind().appendTo($('#xyy'));
                $(this).click(function () {
                    $(this).appendTo($('#xy'));
                });
            });;
        });

posted @ 2013-05-18 01:36  寂寞的飞驰  阅读(105)  评论(0编辑  收藏  举报