$(function() { var urlName = window.location.pathname; $('.fa_clearfix a').each(function() { var urlHref = $(this).attr('href'); if (urlName.indexOf(urlHref)>=0) { $(this).addClass('active'); } }); }); $(function() { var sortName=$(".sortName").attr("href"); var urlName = window.location.pathname.split("#")[0]; $('.L_list_box .L_more').each(function() { var urlHref = $(this).attr('href').split("#")[0]; if (urlName.indexOf(urlHref)>=0) { $(this).parents(".L_list").addClass('active'); } }); $('.L_list_box .L_more_child').each(function() { var urlHref = $(this).attr('href').split("#")[0]; if (urlName.indexOf(urlHref)>=0) { $(this).parents(".L_list").addClass('active'); $(this).addClass('click'); } }); }); /*锟斤拷锟斤拷锟斤拷禄锟斤拷锟斤拷锟斤拷系锟斤拷录锟 var b_scroll = 0; $(window).on('scroll', function () { console.log(0); var n_scroll = $(window).scrollTop(); var differH = n_scroll - b_scroll; if(n_scroll <= 65 ){ $("#c_portalResnav_main-15616909979498496 .header2").css("top","0px"); }else if (differH < 0) { $("#c_portalResnav_main-15616909979498496 .header2").css("top","0px"); }else{ $("#c_portalResnav_main-15616909979498496 .header2").css("top","-65px"); } b_scroll = n_scroll; }); */ /*锟斤拷止F12 window.onkeydown = window.onkeyup = window.onkeypress = function (event) { // 锟叫讹拷锟角凤拷锟斤拷F12锟斤拷F12锟斤拷锟斤拷为123 if (event.keyCode == 123) { event.preventDefault(); // 锟斤拷止默锟斤拷锟铰硷拷锟斤拷为 window.event.returnValue = false; } }; */ /*锟斤拷止锟揭硷拷 window.oncontextmenu = function() { event.preventDefault(); // 锟斤拷止默锟斤拷锟铰硷拷锟斤拷为 return false; }; */ $('a[href*="#"]:not([href="#"])').click(function() { if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) + ']'); if (target.length) { $('html, body').animate({ scrollTop: target.offset().top - 100 }, 1000); return false; } } });