欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

jquery 最簡單的屬性菜單

 更新時(shí)間:2009年10月08日 14:44:22   作者:  
jquery 最簡單的屬性菜單實(shí)現(xiàn)代碼,推薦大家看下。
1.0 創(chuàng)建 <UL> 菜單樹! 并影藏 子選項(xiàng)!
2.0 加入!
復(fù)制代碼 代碼如下:

$("li:has(ul)").click(
function (){$(this).children("ul").css("display")=='none'?$(this).children("ul").show("slow"):$(this).children("ul").hide("slow");
}
);

3.0 你完成了!

相關(guān)文章

最新評(píng)論