jQuery图片渐变特效的简单实现
摘要:jQuery图片渐变特效的简单实现(document).ready(function(){(document).ready(function...
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图片渐变特效的简单实现全部内容了,希望大家多多支持查字典教程网~
【jQuery图片渐变特效的简单实现】相关文章:
★ JQuery插件jcarousellite的参数中文说明
上一篇:
js删除局部变量的实现方法
下一篇:
js将滚动条滚动到指定位置的简单实现方法