var this_i = $('ul#my-menu ul').eq(1); $(this).parent('ul').find('ul').each(function(j) { if (j != this_i) {$(this).slideUp(200);} });