$(function(){ /*???????????????*/ $(".mbanner .focus").sudyfocus({ p:2, zWidth:1920, zHeight:560, title:{ isAutoWidth: true, active:true }, text:{ active: false, isAutoHeight: false, href: false }, response: true, speed:700, pagination: true, navigation: true, isNavHover: true, href:true, effect: 'fade' }); /*??????????????????*/ $(".post-11 .focus").sudyfocus({ p:11, zWidth:500, zHeight:365, title:{ isAutoWidth: false, active:true }, text: { active: false, isAutoHeight: false, href: false }, response: true, speed:700, pagination: true, navigation: true, isNavHover: true, href:true, effect: 'fade' }); /*??????????????????*/ $(".botlinks").each(function(index, el){ $(el).find(".links-wrap").hover(function(){ $(this).addClass('wrap-open').children('.link-items').stop(true,true).slideDown(300); },function(){ $(this).removeClass('wrap-open').children('.link-items').stop(true,true).slideUp(100); }); }); });