$(function () { $(".news").slide({titCell:".has"}); //对联广告js var duilian_close = $(".duilian-close a"); duilian_close.click(function(){ $(this).parent().parent().fadeOut(); return false; }); try{ $(".duilian-con").each(function(){ if($(this).find("li").length < 1){ $(this).parent().parent().hide(); } }); }catch(e){} /*滚动栏*/ $(".multipleLine").slide({mainCell:".bd",autoPage:true,effect:"top",autoPlay:true}); /*友情链接*/ $(".link-menu li").click(function() { if($(this).hasClass("on")){ $(this).removeClass("on"); }else { $(this).addClass("on"); $(this).siblings().removeClass("on"); } var i = $(this).index(); $(".link-content>ul").eq(i).siblings().hide(); $(".link-content>ul").eq(i).toggle(); }); }); tpxwCarousel(); ztzlCarousel();