我在jcarousellite制作了一个简单的滑块,但我需要制作其他内容:
我需要第一张可见的图像,我应该怎么做? 或者我如何选择滑块中的第一个可见图像?
答案 0 :(得分:0)
@option start : number - default is 0 @example $(".carousel").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
start: 2 }); @desc You can specify from which item the carousel should start. Remember, the first item in the carousel has a start of 0, and so on.