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