//pc瀵艰埅瀹氫綅 $(document).ready(function() { $(document).ready(function () { $('.menupc li a').each(function () { if ($($(this))[0].href == String(window.location)) $(this).addClass('current').attr('href', 'javascript:void(0);'); }); }); }); //pc瀵艰埅涓嬫媺 $(document).ready(function() { $(function(){ $(".menupc > li").hover(function(){ $(this).find("a:first").addClass("hover") $(this).find(" .xiala ").addClass("subnav") },function(){ $(this).find("a:first").removeClass("hover") $(this).find(" .xiala ").removeClass("subnav") }) }) }); //鎵嬫満瀵艰埅 jQuery(document).ready(function( $ ) { $("#mmenu").mmenu({ "extensions": [ "effect-menu-slide", "effect-listitems-slide", "fx-menu-zoom", "fx-panels-zoom", "theme-dark" ], "iconPanels": true, "offCanvas": { position: "right" }, }); var mmenu = $("#mmenu").data("mmenu"); $(document).on('click','#mmenu .l a',function (e){ e.stopPropagation(); mmenu.closeAllPanels(); mmenu.close(); var url=$(this).attr('href') var id = $(this).attr('href').split("#")[1]; if(id){ setTimeout(function(){ window.location.href=url /*$("html,body").animate({ scrollTop:$("#"+id).offset().top },500)*/ },505); } return false; }) }); $(document).ready(function(){ $(".nation_t h3").click(function(){ $(".nation_b").slideToggle(); }) }); //璧勮川鑽h獕 $(document).ready(function() { window.onload = function() { if(typeof oldIE === 'undefined' && Object.keys) hljs.initHighlighting(); baguetteBox.run('.baguetteBoxOne'); baguetteBox.run('.baguetteBoxTwo'); baguetteBox.run('.baguetteBoxThree', { animation: 'fadeIn' }); baguetteBox.run('.baguetteBoxFour', { buttons: false }); baguetteBox.run('.baguetteBoxFive', { captions: function(element) { // `this` == Array of current gallery items return element.getElementsByTagName('img')[0].alt; } }); }; });