2012-08-12 59 views

回答

1

致電setActiveItembutton's tap事件。

tap: function() { 
.... 
carousel.setActiveItem(2); // Moves to the 3rd carousel item. 
.... 
} 
+2

另外,carousel.next()或carousel.previous() – 2012-08-12 17:41:16

+0

^是,+1 :) ... – 2012-08-12 17:59:56

相關問題