jFlow 1.2 - The Ultra-lightweight Fluid Content Slider for jQuery
Published on July 7th, 2008 by KeanChangelog -added multiple instance support -better iframe + scrollbar support for each slide especially in Firefox.
jFlow is a widget to make your content slides. One popular alternative that exists out there is coda-slider. jFlow is super lightweight because it is only 2kb minified!!!.
API
$(obj): the div where all your slider controllers are nested in, must be an id use # sign slides: the div where all your sliding divs are nested in, must be an id use # sign controller: the class name of each controller, must be a class, use . sign slideWrapper : wrapper for all slides // must be id, use # sign selectedWrapper: indication of current wrapper // just pure text, no sign easing: animation easing here, must have easing plugin if you want to use something other than swing duration: time in miliseconds to transition one slide height: height be specified in px width: can be specified in px or % prev: must be a class, use . sign next: must be a class, use . sign
Default Values
controller: ".jFlowControl", // must be class, use . sign slideWrapper : "#jFlowSlide", // must be id, use # sign selectedWrapper: "jFlowSelected", // just pure text, no sign easing: "swing", duration: 400, width: "100%", prev: ".jFlowPrev", // must be class, use . sign next: ".jFlowNext" // must be class, use . sign




