$('ul li:first-child').click(function() { $(this).siblings().toggle(); }); Tags: jquery expand collapse