鼠標通過圖片變亮

--動態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
相關文章
相關標籤/搜索