$(function(){ $("ul li").eq(0).click(function(){ $(this).show(); $(this).siblings().toggle(); }) })