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

首頁 > 編程 > JavaScript > 正文

jquery實現多行文字圖片滾動效果示例代碼

2019-11-20 14:03:31
字體:
來源:轉載
供稿:網友

今兒分享一個jquery實現多行滾動效果。

我看一些論壇網站上面,公告處用的較多。

代碼如下

// 多行滾動(function($){$.fn.extend({Scroll:function(opt,callback){if(!opt) var opt={};var _this=this.eq(0).find("ul:first");var lineH=_this.find("li:first").height(),line=opt.line?parseInt(opt.line,10):parseInt(this.height()/lineH,10),speed=opt.speed?parseInt(opt.speed,10):1000, //卷動速度,數值越大,速度越慢(毫秒)timer=opt.timer?parseInt(opt.timer,10):5000; //滾動的時間間隔(毫秒)if(line==0) line=1;var upHeight=0-line*lineH;scrollUp=function(){_this.animate({marginTop:upHeight},speed,function(){for(i=1;i

代碼如下

<div id="scrollDiv"><ul><li>我是jquery多行滾動條一</li><li>我是jquery多行滾動條二</li><li>我是jquery多行滾動條三</li><li>我是jquery多行滾動條四</li><li>我是jquery多行滾動條五</li><li>我是jquery多行滾動條六</li><li>我是jquery多行滾動條七</li><li>我是jquery多行滾動條八</li></ul></div>
<script type="text/javascript" src="http:/(www.survivalescaperooms.com)/ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script type="text/javascript">// 多行滾動(function($){$.fn.extend({Scroll:function(opt,callback){if(!opt) var opt={};var _this=this.eq(0).find("ul:first");var lineH=_this.find("li:first").height(),line=opt.line?parseInt(opt.line,10):parseInt(this.height()/lineH,10),speed=opt.speed?parseInt(opt.speed,10):1000, //卷動速度,數值越大,速度越慢(毫秒)timer=opt.timer?parseInt(opt.timer,10):5000; //滾動的時間間隔(毫秒)if(line==0) line=1;var upHeight=0-line*lineH;scrollUp=function(){_this.animate({marginTop:upHeight},speed,function(){for(i=1;i<=line;i++){_this.find("li:first").appendTo(_this);}_this.css({marginTop:0});});}_this.hover(function(){clearInterval(timerID);},function(){timerID=setInterval("scrollUp()",timer);}).mouseout();}})})(jQuery);$(document).ready(function(){$("#scrollDiv").Scroll({line:4,speed:1000,timer:2000});});</script>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 龙胜| 顺平县| 重庆市| 缙云县| 兴安县| 当阳市| 四平市| 陇川县| 玛曲县| 神池县| 邹平县| 北票市| 徐州市| 利辛县| 泰安市| 大荔县| 郯城县| 通渭县| 巨野县| 柞水县| 内丘县| 射洪县| 宝清县| 麻城市| 梁河县| 万山特区| 阿城市| 高台县| 乳山市| 铜山县| 澜沧| 庆元县| 清苑县| 雷山县| 大关县| 伽师县| 襄汾县| 北京市| 九江县| 信阳市| 衡阳市|