摘要: 1.切换图片 $(".tip").hover( function () { $(this).attr("src","images/four2.gif"); }, function () { $(this).attr("src","images/four1.gif"); } ); 2.添加样式 $(" 阅读全文
posted @ 2016-03-04 08:52 简单就好zyx 阅读(232) 评论(0) 推荐(0)