window.onscroll = function(){ var t = document.documentElement.scrollTop || document.body.scrollTop; if( t >= 1 ) { $('#c_portalResnav_main-16497306162516404 .yx_Nav1').addClass("headerwx"); } else { $('#c_portalResnav_main-16497306162516404 .yx_Nav1').removeClass("headerwx"); } } $(document).ready(function() { $('img').each(function() { var altText = $(this).attr('alt'); var titleText = $(this).attr('title'); if (altText === '鍥剧墖鍚嶇О') { $(this).attr('alt', '瀹夌璁泦鍥?); } if (titleText === '鍥剧墖鍚嶇О') { $(this).attr('title', '瀹夌璁泦鍥?); } }); }); //閾炬帴鏇挎崲 //$('#c_effect_047-1673928664204 .e_loop-1 .p_loopitem:eq(0) a').attr('href','/product/39.html'); //tab // $(function(){ // $(".plate_pro .pro_fl span").off("click").on("click",function(){ // var index = $(this).index(); // $(this).addClass("on").siblings().removeClass("on"); // $(".plate_pro .pro_nr .pro_nrw").eq(index).addClass("active").siblings().removeClass("active"); // }); // }); //闅愯棌鏄剧ず $(".yx_TopL").click(function(){ $(".yx_Header").toggleClass("zcycbddexl"); }); var windName = window.location.pathname; var time = setInterval(function () { var m = $(".e_text-4 a").attr("href"); if (m) { console.log(m); $(".e_text-4 a").each(function () { var l_m = $(this).attr("href") if (l_m == windName) { $(this).parents('.e_text-4').addClass("active") } }); clearInterval(time); } }, 100);