$(function() { $('.ttl').next().hide(); $('.ttl').click(function() { $(this).next().toggle(); $(this).parent('li').siblings().toggle(); }) });