亲宝软件园·资讯

展开

jquery 最简单的属性菜单

人气:0
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 你完成了!

加载全部内容

相关教程
猜你喜欢
用户评论