摘要:
1 $("ul#navbar li").hover(function(){2 $(this).find('ul').hide();3 $(this).find('ul:first').css({visibility: "visible",display: "none"}).fadeIn(50);4 5 },function(){6 $(this).find('ul').hide();7 $(this).find('ul:first').css({visibility: & 阅读全文
posted @ 2013-12-30 14:51 股墓山庄庄主 阅读(173) 评论(0) 推荐(0) 编辑