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

基于jquery的文字向上跑動(dòng)類似跑馬燈的效果

 更新時(shí)間:2014年09月22日 17:13:16   投稿:whsnow  
這是一個(gè)基于jquery的文字向上跑動(dòng),其效果類似跑馬燈,在某些情況下還是比較實(shí)用的,下面與大家分享下實(shí)現(xiàn)代碼

想實(shí)現(xiàn)一個(gè)類似跑馬燈的效果,發(fā)現(xiàn)跑馬燈有空格.效果也不美觀,于是用jquery寫了個(gè)

頁面代碼

<div class="recordList"> 
<ul class="tpl-rotate-recordList" style="margin-top: 0px;"> 
<li class="tpl-rotate-recordList-item"> 
恭喜187****5204獲得1000RBM 
</li> 
<li class="tpl-rotate-recordList-item"> 
恭喜137****1372獲得1000RBM 
</li> 
<li class="tpl-rotate-recordList-item"> 
恭喜156****0276獲得1000RBM 
</li> 
<li class="tpl-rotate-recordList-item"> 
恭喜139****9856獲得1000RBM 
</li> 
<li class="tpl-rotate-recordList-item"> 
恭喜136****0580獲得1000RBM 
</li> 
<li class="tpl-rotate-recordList-item"> 
恭喜136****0580獲得1000RBM 
</li> 
<li class="tpl-rotate-recordList-item"> 
恭喜138****8118獲得1000RBM 
</li> 
<li class="tpl-rotate-recordList-item"> 
恭喜136****5555獲得1000RBM 
</li> 
<li class="tpl-rotate-recordList-item"> 
恭喜136****0580獲得1000RBM 
</li> 
<li class="tpl-rotate-recordList-item"> 
恭喜136****0580獲得1000RBM 
</li> 
</ul> 
</div>

js代碼

/*自動(dòng)輪換xuyw*/ 
var AutoScroll = function(a) { 
$(a).find("ul:first").animate( { 
marginTop : "-20px" 
}, 500, function() { 
$(this).css( { 
marginTop : "0px" 
}).find("li:first").appendTo(this) 
}) 
} 
if ($(".recordList ul li").length > 0) { 
setInterval('AutoScroll(".recordList")', 2000) 
} else { 
$(".recordList").hide() 
}

相關(guān)文章

最新評(píng)論

嘉祥县| 贵德县| 汶川县| 天津市| 沁水县| 平果县| 永安市| 鸡泽县| 恩平市| 尚义县| 肇庆市| 博乐市| 波密县| 宜黄县| 塔河县| 云南省| 沧源| 海安县| 郴州市| 庆城县| 吉木乃县| 德州市| 铜梁县| 龙陵县| 巴马| 甘肃省| 铜川市| 南川市| 上蔡县| 东兰县| 保靖县| 饶平县| 长葛市| 东海县| 右玉县| 福泉市| 榕江县| 利辛县| 巴林右旗| 定襄县| 清远市|