jQuery: Make the first list element expand / collapse the other list elements Phil LaNasa 14 years ago $('ul li:first-child').click(function() { $(this).siblings().toggle(); });