带有一个旋钮的 jquery Range 滑块
请查看演示
查看“Mootols”带一个旋钮的滑块”部分。我想实现这个滑块。但我不想使用 Min 和 Max,而是想使用固定值,或者我们可以说 array.eg 中的值,滑块应该仅针对 {6,12,18,24,48} 这些值移动。对此的任何帮助都将非常重要
Please have a look on this Demo
Have a look on "Mootols Slider with one knob" section. I want to implement this slider. But instead of using Min and Max, I want to use fixed values or we can say values in array.e.g., slider should move for {6,12,18,24,48} these valuse only. Any help on this will be appreciable
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这里,有一个名为“slider”的 jQuery UI 插件,它可以完全满足您的需求: 捕捉增量
Here you go, there's a jQuery UI plugin called "slider" and it can do exactly what you'd like: snap to increments