带有标记的 jQuery 滑块指示分割
我正在尝试在 jquery 中构建一个滑块,如下图所示。当用户滑动滑块时,标记上的值会更新以以百分比形式指示滑块的位置。滑块现在位于 20%/80% 标记处。 20% 区域的颜色较深,当用户向右滑动滑块时颜色会增加,而当用户向左滑动时颜色会减少。
这是我到目前为止所做到的。 http://dl.dropbox.com/u/1805626/splitter.html
感谢任何帮助。
I'm trying to build a slider in jquery as shown in the image below. As a user slides the slider, the values on the marker are updated to indicate the position of the slider in percentage. The slider is now at the 20%/80% mark. The 20% area has a darker color that increases as the user slides the slider to the right and decreases as the user slides to the left.
Here is what I've managed so far.
http://dl.dropbox.com/u/1805626/splitter.html
Appreciate any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加此绑定:
并添加此 CSS:
DEMO: http://jsfiddle.net/AlienWebguy/7mWw7/
Add this bind:
And add this CSS:
DEMO: http://jsfiddle.net/AlienWebguy/7mWw7/