jquery图片渐变效果jQuery图片渐变特效的简单实现 (document).ready(function() {(document).ready(function() {("div.baba").mouseleave(function() {("span.aaa").stop().animate({opacity: '1'},600); });("span.aaa").stop().animate({opacity: '1'},600); });("div.baba").mouseenter(function() { $("span.aaa").stop().animate({opacity: '0'},600); }); }); 以上就是小编为大家带来的jQuery图片渐变特效的简单实现全部内容了,希望大家多多支持wanshiok.com~ jquery图片渐变效果
|