Awesome, it works! Thanks Sean, much appreciated. On Jun 14, 6:19 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote: > Try this: > $('li.hide-comm-single').click(function(){ > $(this).parents('.comment') > .children().not('ul').hide(); > return false; > > }); > > ~Sean