$(function() { //妫€鏌ュ璞★紝#placeholder鏄闅忔粴鍔ㄦ潯鍥哄畾鐨処D var $offset = $('.placeholder').offset(); // console.log($eleHeight) // console.log($offset.top); $(window).scroll(function () { //妫€鏌ュ璞$殑椤堕儴鏄惁鍦ㄦ父瑙堝櫒鍙鐨勮寖鍥村唴 var scrollTop = $(window).scrollTop(); // if ( (offset.top ) 0) { //$('.nav-wrap').addClass('nav-toggle-scroll'); //$('#imgLogo').attr('src','public/images/logo_black.png'); //} //else { // $('.nav-wrap').removeClass('nav-toggle-scroll'); // $('#imgLogo').attr('src','public/images/logo_white.png'); //} //鍏充簬鎴戜滑瀵艰埅鐨勬粴鍔紝鏍峰紡锛宱ffset()鏂规硶杩斿洖鎴栬缃尮閰嶅厓绱犵浉瀵逛簬鏂囨。鐨勫亸绉伙紙浣嶇疆锛 var eleHeight = $('.about-us-banner-other').offset(); var scrollHeight = $(window).scrollTop(); if (scrollHeight >100) { $('.about-us-nav').css({ 'position':'fixed', 'top':'10px', 'left':'0', 'right':'0', 'margin':'0 auto', 'z-index':'999', 'width':'inherit' }) } else { $('.about-us-nav').removeAttr('style'); } }); $("#owl-testimonial").owlCarousel({ autoPlay: 6000, items : 1, itemsDesktop : [1199,1], itemsDesktopSmall : [979,1], itemsTablet: [768,1], itemsTabletSmall: false, itemsMobile : [479,1], }); //棣栭〉瀹㈡埛璇 $('#horizontalTab').easyResponsiveTabs({ type: 'default', width: 'auto', fit: true }); // 瀵艰埅鏉¢€変腑鏍峰紡 $('.navbar-right-select li a').each(function(){ if($($(this))[0].href==String(window.location)) { console.log("鐐瑰嚮浜?) $(this).parent().addClass('selected'); } }); //鍏充簬鎴戜滑 閿氱偣 $(".nav-select > li > a").click(function(){ $(this).addClass("selected").parents().siblings().find("a").removeClass("selected"); }) //鍥炲埌椤堕儴 $('#scrollTop').click(function(){ $("html,body").animate({scrollTop:0},600); }) //鍏充簬鎴戜滑瀵艰埅鏍忓搴旂偣鍑绘爮鐩殑婊氬姩 $('#nav-aboutus li').find("a").each(function(i){ $(this).click(function(){ $("html,body").animate({scrollTop:$('#jq_'+ i).offset().top + 20},600); }) }) $('.about-us-nav').navScroll({ mobileDropdown: true, mobileBreakpoint: 768, scrollSpy: true }); //妗堜緥瀵艰埅 $('#nav-example li').find("a").each(function(i){ $(this).click(function(){ $("html,body").animate({scrollTop:$('#jq-'+i).offset().top -30},600); }) }) //鏈嶅姟瀵艰埅 $('#nav-customer li').find("a").each(function(i){ $(this).click(function(){ $("html,body").animate({scrollTop:$('#jq_'+i).offset().top -30},600); }) }) //璧勮川璇佷功 $('#demo1').flexImages({rowHeight: 200}); });