Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 jCarousel Lite 中进行分页。还想暂停鼠标悬停事件。有人可以帮忙吗?
我使用的代码来自:http ://www.gmarwaha.com/jquery/jcarousellite
提前致谢..
您需要使用“btnGo”变量。
创建一个对类的引用数组,一个用于轮播中的每个列表项。然后在制作轮播时传递这个。
$j('#home_carousel .side').jCarouselLite({ auto: 6000, speed: 750, visible: 1, btnGo: ['.button1', '.button2', '.button3'] });
在该示例中,页面上有 3 个 div,其 id 为 button1 - 3,并且轮播有 3 张幻灯片。