支持下列参数:
$(".rslides").responsiveSlides({ auto: true, // Boolean: Animate automatically,true or false speed: 500, // Integer: Speed of thetransition, in milliseconds timeout: 4000, // Integer: Time between slidetransitions, in milliseconds pager: false, // Boolean: Show pager,true or false nav: false, // Boolean: Show navigation, trueor false random: false, // Boolean: Randomize the order ofthe slides, true or false pause: false, // Boolean: Pause on hover, true orfalse pauseControls: true, // Boolean: Pause when hovering controls,true or false prevText: "Previous", // String: Text for the "previous"button nextText: "Next", // String: Text for the "next"button maxwidth: "", // Integer: Max-width of theslideshow, in pixels navContainer: "", // Selector: Where controls should beappended to, default is after the 'ul' manualControls: "", // Selector: Declare custom pagernavigation namespace: "rslides", // String: Change the default namespace used before: function(){}, // Function: Before callback after: function(){} // Function: After callback });