jQuery Endless Div Scroll v1.0
Endless Scroll : Free jQuery Div scrolling plugin
Usage :

$(window).load(function () {
    $("#divID").endlessScroll({ width: '100%', height: '100px', steps: -2, speed: 40, mousestop: true });
});

Parameters :

width : Desired div's width.
height : Desired div's height.
steps : pixel step for the scrolling, also controls the direction, a negatif value (left), a positive value (right).
speed : animation speed, from 0 (quicker) to infinite (slower).
mousestop : if set to true the scrolling stops when the mouse is over the div.
Endless Div Scroll jQuery Plugin : this plugin will apply an infinite scroll effect to any div's content, including Text, Images, Divs, Anchors... You can apply a pause on mouse over, change directions, speed, steps ... 
More infos & download here : jQuery Endless Div Scroll
下载代码说明
X关闭

jquery 滚动插件Endless可无限滚动/自定义参数

这个jQuery插件可以滚动任何div内容,包括文字,链接,图片,div等它是一个轻量级的JavaScript文件(1KB)。 您可以设置多个滚动区,控制多个参数,如滚动的方向,步骤,速度,你也可以设置一个暂停鼠标上。宽度和高度可以设置成固定或者百分比。 使用方法 [code] $(window).load(function () { $("#divId").endlessS