$('.categoryarr').click(function () { $(this).parent().next().next('.openthismenu').animate({ height: 'toggle' }); });