Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的网站中使用 jCoverFlip (http://www.jcoverflip.com/) 插件作为画廊。我想做的,就是把这个画廊做成圆形。有谁知道我该怎么做?
谢谢
试试这个:
$("#button").click(function(){ $('#flip').jcoverflip('next', 1, true); });
下一个([by=1],[wrapAround=true],[callback],[originalEvent={}])