热门阅读>>
导致宫外孕出现与生活哪些相关? 现如今患有 宫外孕 的患者有很多,宫外孕是导致女性不孕的一个重要原因。宫外孕是很常见的一种疾病,但是它的危害性也是很大的。宫外孕给女性朋...【详细】
共 1页1条记录
◆专家团队Team of experts+
/*********DIV + CSS向左翻屏滚动、缓动及跳过等待时间图文混排实例***************/
new Marquee(["zj_list","zj_list_ul"],2,0.5,296,180,20,3000,3000,296,0,true);//向左翻屏滚动、缓动及跳过等待时间实例
$(document).ready(function() {
jQuery.jqtab = function(tabtit,tab_conbox,shijian) {
$(tab_conbox).find("li").hide();
$(tabtit).find("li:first").addClass("m-tab-lit").show();
$(tab_conbox).find("li:first").show();
$(tabtit).find("li").bind(shijian,function(){
$(this).addClass("m-tab-lit").siblings("li").removeClass("m-tab-lit");
var activeindex = $(tabtit).find("li").index(this);
$(tab_conbox).children().eq(activeindex).show().siblings().hide();
return false;
});
};
/*调用方法如下:*/
$.jqtab(".m-pd-tab","#tab_conbox1","mouseover");
$.jqtab(".m-bot-let","#tab_conbox2","mouseover");
});
$(function(){
var aLi = $('.m-pd-js li');
var oKeep;
var pZwx;
aLi.hover(function(){
oKeep = $(this).find('.hot_info');
oKeep.stop().animate({
opacity:0.8
},300);
},function(){
oKeep.stop().animate({
opacity:0
},300);
})
})
$(function(){
var aLi = $('#da-thumbs li');
var wx = $('.top .u-sjA');
var oKeep;
var pZwx;
var toP;
aLi.hover(function(){
oKeep = $(this).find('.hot_info');
oKeep.stop().animate({
opacity:0.8
},300);
},function(){
oKeep.stop().animate({
opacity:0
},300);
})
wx.hover(function(){
toP = $(".top");
pZwx = $(".top").find(".pzwx");
pZwx.stop().animate({
opacity:1
});
toP.stop().animate({
zIndex:100
})
},function(){
pZwx.stop().animate({
opacity:0
});
toP.stop().animate({
zIndex:99
})
})
})
$(document).ready( function(){
$("#adam-eff").adam_Eff();
});
var scrollPic_02 = new ScrollPic();
scrollPic_02.scrollContId = "scrollCont1"; //内容容器ID
scrollPic_02.arrLeftId = "scrollArrLeft1";//左箭头ID
scrollPic_02.arrRightId = "scrollArrRight1"; //右箭头ID
scrollPic_02.frameWidth = 620;//显示框宽度
scrollPic_02.pageWidth = 620; //翻页宽度
scrollPic_02.speed = 10; //移动速度(单位毫秒,越小越快)
scrollPic_02.space = 10; //每次移动像素(单位px,越大越快)
scrollPic_02.autoPlay = true; //自动播放
scrollPic_02.autoPlayTime = 5; //自动播放间隔时间(秒)
scrollPic_02.initialize(); //初始化