Posted in Javascript onOctober 08, 2009
1.0 创建 <UL> 菜单树! 并影藏 子选项!
2.0 加入!
$("li:has(ul)").click( function (){$(this).children("ul").css("display")=='none'?$(this).children("ul").show("slow"):$(this).children("ul").hide("slow"); } );
3.0 你完成了!
jquery 最简单的属性菜单
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@