gpt4 book ai didi

javascript - 基本 jquery slider 下一个文本不起作用

转载 作者:行者123 更新时间:2023-11-28 07:33:33 26 4
gpt4 key购买 nike

jQuery('#slider-container').bjqs({
'animation' : 'slide',
'width' : 1060,
'height' : 500,
'showControls' : false,
'centerMarkers' : false,
animationDuration: 500,
rotationSpeed: 5000
});
jQuery('#quotes-slider').bjqs({
'animation' : 'slide',
'width' : 760,
'height' : 135,
'showControls' : false,
'centerMarkers' : false,
nexttext : 'Next', // Text for 'next' button (can use HTML)
prevtext : 'Prev',
animationDuration: 500,
rotationSpeed: 5000
});

我使用此功能,但我的第二个 slider 不显示下一个和上一个功能,请帮助我

最佳答案

您必须使用 showcontrols 明确设置要显示的控件:

jQuery('#quotes-slider').bjqs({
showcontrols : true,
nexttext : 'Next', // Text for 'next' button (can use HTML)
prevtext : 'Prev'
});

关于javascript - 基本 jquery slider 下一个文本不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28852182/

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