$('[data-id=' + pageobj._detailid + ']').addclass('active'); $('.p_listthreebox.active').parents('.p_categorylistbox').addclass('active'); $('.p_listthreebox.active').prev().hide(); $('.p_listthreebox.active').parents('.p_categorylist').siblings().hide(); $('.p_listthreebox.active').parent().siblings().hide(); $('.hao_cateico').click(function(){ $(this).parent().next().toggle(); }); $('.hao_caname svg,.hao_childname svg').click(function(){ /*let nextchildhei = $(this).next().height(); $(".hao_catebox").animate({ height:nextchildhei });*/ $(this).next().animate({ height:'toggle' }); });