if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){ new WOW().init(); }; //分类或导航高亮 var windName = window.location.pathname; var time = setInterval(function () { var m = $(".s_title a").attr("href"); if (m) { $(".s_title a").each(function () { var l_m = $(this).attr("href") if (l_m == windName) { $(this).parents('.p_loopitem').addClass("active") } }); clearInterval(time); } }, 100);