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);