An open API service indexing awesome lists of open source software.

https://github.com/helti/mcarousel

A simple slide plugin
https://github.com/helti/mcarousel

Last synced: 11 months ago
JSON representation

A simple slide plugin

Awesome Lists containing this project

README

          

#一款简易的jquery幻灯片播放插件
##欢迎fork
###使用方法



$(ele).mCol({
elenext:'',
eleprev:'',
intervaltime:3000,
durationtime:500
})




//实例
$(".m-carousel").mCol({
elenext:'.btn-next',
eleprev:'.btn-prev',
intervaltime:1000,
durationtime:500
});