setInterval(function() { $("[src='/npublic/img/no-img.svg']").not(".wd").addClass("wd").each(function() { var b = $(this).parents('.e_image-5').next().children().attr("href"); var c = $(this).parents('.cbox-2-0').next().find("a").attr("href"); if(b!==undefined){ $(this).wrap(""); } if(c!==undefined){ $(this).wrap(""); } $(this).attr("src", "https://omo-oss-image.thefastimg.com/portal-saas/new2022112111545704272/cms/image/f7a2e6ad-ebaa-47af-8b4a-6b14cccd3ee0.jpg"); }); }, 100); requestAnimationFrame(function a() { $(".p_breadcrumbItem:contains(undefined)").each(function() { $(this).text("SEO详情"); }); requestAnimationFrame(a); }); $(function(){ toolbar(); }); function toolbar(){ $('#toolbar dd').bind({ 'mouseenter': function () { if ($(this).children('.slide').length) { var _this = $(this).children('.slide'); _this.stop(true, true).animate({ 'width': 260 }, 200); } else if ($(this).children('.pop').length) { var _this = $(this).children('.pop'); _this.show().animate({ 'right': 65 }, 180); } }, 'mouseleave': function () { if ($(this).children('.slide').length) { var _this = $(this).children('.slide'); _this.stop(false, false).animate({ 'width': 0 }, 200); } else if ($(this).children('.pop').length) { var _this = $(this).children('.pop'); _this.hide().animate({ 'right': 90 },190); } } }); $("#gotop").click(function() { $("body, html").stop().animate({ "scrollTop": 0 }); }); }