www.gusucode.com > 200套html5精品模板151_200 > 200套html5精品模板151_200/168/js/hover-image.js

    $(function(){$(".lightbox-image").append("<span></span>");$(".lightbox-image").hover(function(){$(this).find("img").stop().animate({opacity:0.5},"normal")},function(){$(this).find("img").stop().animate({opacity:1},"normal")})})