jQuery UI Slider 当前值自定义
我正在玩这个 jQuery UI 滑块的示例: http://jqueryui.com/demos/slider /rangemin.html
我希望当前/橙色值与滑块按钮一起移动(并行更改其位置),并具有类似于 10.000 而不是 10000 的值:) 它是 可能的?我会告诉你我到目前为止所得到的。
有什么想法吗?
I am playing with this example of the jQuery UI Slider: http://jqueryui.com/demos/slider/rangemin.html
I'd like the current/orange value to move along (change his position in parallel) with the slider button and to have values like 10.000 instead of 10000 :) It is possible? I'll show you what I got until now.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过在滑块链接内插入输入来解决当前值的移动。
I solved the movement of the current value by inserting the input inside the slider link.