SiteKickr Web Development

jQuery: Make the first list element expand / collapse the other list elements

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