摘要: 1 Obj.hover(function(){ 2 3 $(this).css({"background":"rgba(0,0,0,.2)"}); 4 5 },function(){ 6 $(this).css({"background":"rgba(0,0,0,0)"}); 7 8 }) obje 阅读全文
posted @ 2017-04-25 15:49 为生活创造乐趣 阅读(202) 评论(0) 推荐(0) 编辑