Carousel Demo


 

Set Options

You can set new options for the carousel here. Once you are satisified with the appearance of the carousel, just copy and paste the options into your own implementation.

{
flankingItems: 3,
movingToCenter: function ($item) {
$('#callback-output').prepend('movingToCenter: ' + $item.attr('id') + '
'); }, movedToCenter: function ($item) { $('#callback-output').prepend('movedToCenter: ' + $item.attr('id') + '
'); }, movingFromCenter: function ($item) { $('#callback-output').prepend('movingFromCenter: ' + $item.attr('id') + '
'); }, movedFromCenter: function ($item) { $('#callback-output').prepend('movedFromCenter: ' + $item.attr('id') + '
'); }, clickedCenter: function ($item) { $('#callback-output').prepend('clickedCenter: ' + $item.attr('id') + '
'); } }
Reload New Options

Sample callback output

转载请注明出处,此代码仅供学习交流,请勿用于商业用途。

下载代码说明
X关闭

jquery轮播图代码3d旋转木马

jquery轮播图代码3d旋转木马,提供丰富的参数和API方法来控制Carousel,兼容ie8浏览器。