`
ice-cream
  • 浏览: 320629 次
  • 性别: Icon_minigender_2
  • 来自: 上海
社区版块
存档分类
最新评论

菜单伸缩动画

 
阅读更多

 

方法:

$(document).ready(function(){
	$("dd:not(:first)").hide();
	$("dt a").click(function(){
		$("dd:visible").slideUp("slow");
		$(this).parent().next().slideDown("slow");
		return false;
	});
});
 
  • 大小: 24.8 KB
分享到:
评论
2 楼 ice-cream 2012-05-11  
gjpdeyx 写道
博主写的东西很容易看懂啊。谢谢

1 楼 gjpdeyx 2011-12-21  
博主写的东西很容易看懂啊。谢谢

相关推荐

Global site tag (gtag.js) - Google Analytics