1.0 メニュー ツリーを作成します。 そしてサブオプションを影付けします。 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 これで完了です。