// 椤甸潰婊氬姩璺濈椤堕儴澶т簬120鍍忕礌鍚庯紝Header楂樺害鐩稿簲鍑忓皬銆 $(document).on("scroll",function(){ if($(document).scrollTop()>120){ // 鍥哄畾椤堕儴鑿滃崟鏍忛《閮ㄦ樉绀 $("header").fadeIn(function(){ $(this).addClass('navbar-fixed-top animated fadeInDown header-fixed-top'); }); // 杩斿洖椤堕儴宸ュ叿鏉℃樉绀 $("#tool-box").fadeIn(function(){ $(this).removeClass('hide'); }); }else{ // 椤堕儴鑿滃崟鏍忔牱寮忓鍘 $("header").fadeIn(function(){ $(this).removeClass('navbar-fixed-top animated fadeInDown header-fixed-top'); }); // 杩斿洖椤堕儴宸ュ叿鏉¢殣钘 $('#tool-box').fadeOut(function(){ $(this).addClass('hide'); }); } }); // 鑿滃崟榧犳爣鎮仠鏄剧ず锛岀寮€闅愯棌銆 $('li.dropdown').mouseover(function() { $(this).addClass('open'); $(this).children('.dropdown-toggle').children('span').removeClass('caret-left'); $(this).children('.dropdown-toggle').children('span').addClass('caret'); }).mouseout(function() { $(this).removeClass('open'); $(this).children('.dropdown-toggle').children('span').removeClass('caret'); $(this).children('.dropdown-toggle').children('span').addClass('caret-left'); }); // 杩斿洖椤堕儴宸ュ叿鏉 - 鐐瑰嚮杩斿洖椤甸潰椤堕儴 $('#tool-box .return-top').on('click',function(){ $('html,body').animate({'scrollTop':0},500); }); // 杩斿洖椤堕儴宸ュ叿鏉 - 榧犳爣鎮仠鏄剧ず寰俊浜岀淮鐮 $('#tool-box .wechat').hover(function(){ $('#tool-box .wechat-pop').removeClass('hide'); },function(){ $('#tool-box .wechat-pop').addClass('hide'); }); // 棣栭〉鏂囩珷缂╃暐鍥炬偓鍋滄爣棰樻樉绀烘晥鏋 $('.home-post').hover(function() { $(this).children('.article-meta-area').removeClass('hide animated fadeOutDown'); $(this).children('.article-meta-area').addClass('animated slideInUp'); },function(){ $(this).children('.article-meta-area').addClass('hide animated fadeOutDown'); $(this).children('.article-meta-area').removeClass('animated slideInUp'); }); // 鏂囩珷鍒嗕韩 - 榧犳爣鎮仠鏄剧ず寰俊浜岀淮鐮 $('.social-share-wechat').hover(function(){ $('.post-qrcode').removeClass('hide'); },function(){ $('.post-qrcode').addClass('hide'); }); // Bootstrap 妗嗘灦鏂囩珷閰嶅浘澶у皬鑷€傚簲鏍峰紡锛岄伩鍏嶅皬浜庡浘鐗囧垎杈ㄧ巼娴忚鏃跺嚭鐜板浘鐗囨媺浼哥幇璞°€ // $(".entry img").addClass("carousel-inner img-responsive img-rounded");