我正在使用这个插件-- http://flowplayer.org/tools/demos/scrollable/plugins/index.html#autoscroll --我想让它循环起来。在文档中有一个“循环”选项,但我不能将它与“自动滚动”一起启用。
如果你知道这个问题,请给我建议。
发布于 2010-01-26 14:39:58
只需使用circular即可
$("#mydiv").scrollable().circular();https://stackoverflow.com/questions/2137792
复制相似问题