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.
我想知道是否可以像这样 http://www.lazzarionline.com/collections.php用鼠标单击控件重新创建水平滚动效果
非常感谢,我搜索了很多,但我没有找到类似 Luca 画廊的东西
你必须做一些可拖动的东西,这对 jQuery 来说很容易,就像$("#someComponent").draggable();(你最好先用谷歌搜索)。但是您自己给出了答案,您找到了该水平滑块所在的站点,因此请查看源代码并复制粘贴。Stackoverflow 不是为您编写代码的。
$("#someComponent").draggable();