jquery 按钮特效

时间:2015-07-19 03:49:26
【文件属性】:
文件名称:jquery 按钮特效
文件大小:2KB
文件格式:TXT
更新时间:2015-07-19 03:49:26
jquery 气泡特效 [removed] $(document).ready(function(){ $(".menu li").hover(function() { $(this).find("em").animate({opacity: "show", top: "-75"}, "slow"); }, function() { $(this).find("em").animate({opacity: "hide", top: "-85"}, "fast"); }); }); [removed]

网友评论