$(document).ready(function() { $(".focus").hover(function() { $(this).find(".prev,.next").fadeTo("show", 0.5); }, function() { $(this).find(".prev,.next").show(); }) $(".prev,.next").hover(function() { $(this).fadeTo("show", 1); }, function() { $(this).fadeTo("show", 1); }) $(".focus").slide({ titCell: ".num ul", mainCell: ".focuspic", effect: "fold", //fade:渐显;|| left:左滚动;|| fold:淡入淡出 autoPlay: true, delayTime: 700, autoPage: "
  • " }) }); $(document).ready(function() { $(".focus2").hover(function() { $(this).find(".prev,.next").fadeTo("show", 0.5); }, function() { $(this).find(".prev,.next").show(); }) $(".prev,.next").hover(function() { $(this).fadeTo("show", 1); }, function() { $(this).fadeTo("show", 1); }) $(".focus2").slide({ titCell: ".num2 ul", mainCell: ".focuspic2", effect: "fold", autoPlay: true, delayTime: 700, autoPage: "
  • " }); });