国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jquery 上下滾動廣告

2019-11-21 01:19:12
字體:
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:

(function($){
$.fn.extend({
rollList:function(option){
option=$.extend({
direction:"up",
step:1,
time:23
},option);
var step_coe,scroll_coe,score_coe;
if(option.direction=="up")
{
step_coe=1;
scroll_coe=1;
score_coe=1;
}else
{
step_coe=-1;
scroll_coe=-1;
score_coe=0;
}
return this.each(function(){
var $this=$(this);
var _this=this;
var itemHeight;
var temp=$("<DIV> </DIV>");
$this.css("overflow","hidden").children()
.appendTo(temp);
$this.append(temp.clone(true)).append(temp);
itemHeight=$this.children();
itemHeight=itemHeight.eq(1).offset().top-itemHeight.eq(0).offset().top;
while($this.children(":last").offset().top-$this.offset().top<=$this.height())
$this.append(temp.clone(true));
var roll;
this.scrollTop=itemHeight*(1-score_coe);
roll=function (){
temp=setInterval(function(){
if(_this.scrollTop*scroll_coe>=itemHeight*score_coe)
{
_this.scrollTop=(_this.scrollTop-itemHeight)*scroll_coe;
}
_this.scrollTop+=option.step*step_coe;

},option.time);
}
$this.hover(function(){
clearInterval(temp);
},function(){
roll();
});
roll();
});
}
})
}(jQuery));

調(diào)用如下:
復(fù)制代碼 代碼如下:

$(elem).rollList();

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 固安县| 兴国县| 盐源县| 惠安县| 黔西县| 集安市| 五寨县| 易门县| 贵港市| 绵竹市| 海门市| 武宣县| 桑日县| 郧西县| 施甸县| 阳城县| 尉犁县| 集安市| 库尔勒市| 赤水市| 酒泉市| 马尔康县| 手游| 怀安县| 江口县| 龙海市| 玛纳斯县| 高安市| 同心县| 吴桥县| 洛阳市| 齐齐哈尔市| 洛宁县| 华池县| 玉龙| 介休市| 东阳市| 永靖县| 蒲江县| 五寨县| 丰城市|