gpt4 book ai didi

jquery - Slick.js 显示当前幻灯片和幻灯片总数

转载 作者:行者123 更新时间:2023-12-03 23:05:28 25 4
gpt4 key购买 nike

我无法获取要在 slick.js 幻灯片下方显示的当前幻灯片数和幻灯片总数。感谢您的帮助!!

$('.recipeThumbs').slick({
dots: true,
arrows: true,
slidesToShow: 4,
slidesToScroll: 4,
infinite: true,
responsive: [
{
breakpoint: 768,
settings: {
dots: false,
arrows: true,
centerMode: true,
centerPadding: '40px',
slidesToShow: 2,
slidesToScroll: 1
}
},
{
breakpoint: 480,
settings: {
dots: false,
arrows: true,
centerMode: true,
centerPadding: '40px',
slidesToShow: 1,
slidesToScroll: 1
}
}
]
});

最佳答案

我实际上在另一篇 stackoverflow 帖子中找到了我的问题的答案。这是它的链接:)

Slick.js: Get current and total slides (ie. 3/5)

关于jquery - Slick.js 显示当前幻灯片和幻灯片总数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29356697/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com