-
Notifications
You must be signed in to change notification settings - Fork 0
Home
elidupuis edited this page Sep 14, 2010
·
11 revisions
Include jQuery, jquery.cycle, and jquery.qCycle. They are all required. In that order.
Define your array of images.
Set up the first slide in your HTML source.
Call the plugin.
Apply any CSS you’d like to use. qCycle does not require any specific CSS to operate.
-
toLoad
(Array) accepts an array of objects. you should have object per slide in your slideshow. -
cycleOpts
(Object) passed directly into jQuery.cycle on initialization. see cycle docs for options. -
createSlide
(Function) where slides are created. default just returns the loaded image. -
start
(String) can be either ‘pageload’ or ‘immediate’
Defaults can be overridden by declaring your own object literal in $.fn.qCycle.defaults.