/* 幻灯动画 */ jquery("#slidebox").slide({ maincell: ".bd ul", intertime: 5000, effect:"leftloop", autoplay: true }); jquery("#slidebox").hover(function() { $(this).find(".prev").stop(true, true).fadein(500); $(this).find(".next").stop(true, true).fadein(500); }, function(){ $(this).find(".prev").fadeout(500); $(this).find(".next").fadeout(500); });