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 创建幻灯片。
到目前为止,我的幻灯片使用探戈主题的水平幻灯片的大部分默认设置。
我可以添加额外的“下一个”和“上一个”箭头吗?
我想让它们放在幻灯片容器之外。
这可能吗 ?
看一下这个jcarousel 示例。
如果要隐藏默认按钮,可以将null配置传递给buttonNextHTML和buttonPrevHTML属性,然后使用initCallback,您可以将页面上的任何元素设置为下一个和上一个按钮。
null
buttonNextHTML
buttonPrevHTML
initCallback