$(function(){ /*图alt替换*/ $("* img").attr({alt:"泽长实业",title:"泽长实业"}); /* 循环体a标签选中高亮,多用于分类*/ var url = window.location.pathname + window.location.search; $(".p_list a").each(function () { //判断分类导航里面的rel和url地址是否相等 if ((url).indexof($(this).attr('href')) > -1&&$(this).attr('href')!='') { $(this).addclass('active'); urlstatus = true; } else { $(this).removeclass('active'); } }); /* 分类选中高亮,多用于分类*/ var urlname = window.location.pathname; $('.navlist_a1 .swiper-slide a').each(function(){ var urlhref = $(this).attr('href'); if (urlname.indexof(urlhref)>=0){ $(this).addclass('active'); } }); var windname = window.location.pathname; var time = setinterval(function () { var m = $(".p_loopitem a").attr("href"); if (m) { console.log(m); $(".p_loopitem a").each(function () { var l_m = $(this).attr("href") if (l_m == windname) { $(this).parents('.p_loopitem').addclass("active") } }); clearinterval(time); } }, 100); /*表格手机端页面内滚动条*/ $("#c_introl_detail_005_p_002-1672157907933 .e_richtext-5 table").each(function() { $(this).wrap("
"); }); });