最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

jquery 上下滾動(dòng)廣告

 更新時(shí)間:2009年06月17日 22:32:37   作者:  
jquery 上下滾動(dòng)廣告實(shí)現(xiàn)代碼,大家可以自行測(cè)試,需要加載jquery類庫(kù)
復(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();

相關(guān)文章

最新評(píng)論

浮梁县| 黄山市| 旺苍县| 新郑市| 台江县| 凤城市| 东明县| 通山县| 临武县| 务川| 尚志市| 桦川县| 文成县| 宝应县| 青阳县| 扎鲁特旗| 阳山县| 年辖:市辖区| 贡嘎县| 栾城县| 景洪市| 中山市| 临朐县| 东丰县| 尚志市| 尉犁县| 浠水县| 宁城县| 盐池县| 临武县| 桐乡市| 伊宁市| 康马县| 昌平区| 临高县| 逊克县| 云安县| 尚义县| 鹿邑县| 玉屏| 长春市|