$(document).ready(function(){ //鍒濆鍖栧姩鐢 if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))){ new WOW().init(); }; //鍦ㄧ嚎瀹㈡湇 $('.scroll-top').click(function(){$('html,body').animate({scrollTop: '0px'}, 800);}); $('.online dl').on("mouseover",function(){ $(this).find("dt").show(); $(this).siblings().find("dt").hide(); }); $('.online dl').find('.remove').on("click",function(){ $(this).parents("dt").hide(); }); if ($(document).scrollTop()<=100){ $('.online .scroll-top').hide(); }else{ $('.online .scroll-top').show(); } $(window).scroll(function() { if ($(document).scrollTop()<=100){ $('.online .scroll-top').hide(); }else{ $('.online .scroll-top').show(); } }); }); function AddFavorite(sURL, sTitle){ try{ window.external.addFavorite(sURL, sTitle); }catch (e){ try{ window.sidebar.addPanel(sTitle, sURL, ""); }catch (e){ alert("鍔犲叆鏀惰棌澶辫触锛岃浣跨敤Ctrl+D杩涜娣诲姞"); } } }