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