鼠标通过图片变亮

--动态html <script> $('img').hover(function(){ $(this).stop(true).animate({opacity:0.8},300) },function(){ $(this).stop(true).animate({opacity:1},300) }) </script>this $('img')里面的img为class名 --静态code img
相关文章
相关标签/搜索