1. 首页
  2. 编程语言
  3. Web开发
  4. jquery 按钮特效

jquery 按钮特效

上传者: 2020-08-18 23:12:25上传 TXT文件 1.95KB 热度 17次
[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]
用户评论