liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
1
2
3
4
/*!
 * Copyright &copy; 2012-2013 <a href="http://www.jeeplus.org/">JeeSite</a> All rights reserved.
 */
function addFavorite(b,a){if(!a){a=document.title}try{window.external.addFavorite(b,a)}catch(c){try{window.sidebar.addPanel(a,b,"")}catch(c){alert("加入收藏失败,请使用Ctrl+D进行添加")}}}function autoScroll(b){var a=$(b).find("ul:first li:first").height()+3;$(b).find("ul:first").animate({marginTop:"-"+a+"px"},"slow",function(){$(this).css({marginTop:"0px"}).find("li:first").appendTo(this)})};