$('[data-id=' + pageObj._detailId + ']').addClass('active'); $('.p_c_tree .active').parents('li.p_c_item').addClass('active'); $('.cateGoryArr').click(function () { $(this).parent().next().next('.openthisMenu').animate({ height: 'toggle' }); });