jquerymobile-carousel
jquerymobile-carousel copied to clipboard
A Sencha style carousel plugin for jquery mobile
jQueryMobile Carousel
Required Plugins
You must use the jquery.ui.ipad.js plugin in order for jQuery UI widgets to recognize mobile touch events as click events.
Demo
Options
duration
The number of milliseconds for the slide transition effect.
direction
The dirction of the slide transition. Accepts "horizontal" or "vertical".
minimumDrag
The minimum distance the carousel has to be dragged in order to trigger the transition.
beforeStart
Will be called right as the drag event is triggered.
afterStart
Will be called right after the start event is triggered.
beforeStop
Will be called right as the drag has stopped.
afterStop
Will be called right after the drag has stopped.