Jquery 带箭头的水平条
任何人都可以建议我一些 jquery 教程或演示,其中已制作如下图所示
箭头将指向某个介于 a 和 d 之间的结果值。还有其他方法可以做到这一点吗?使用谷歌图表API我可以以某种方式获得箭头吗?
Can anyone suggest me some jquery tutorial or a demo where something like the below figure has been made
The arrow would point to some result value which would be between a and d. Is there any other method to do this else jquery. Using google chart api can i get the arrow somehow??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 jquery-ui slider 然后只需在 css 中进行修改以添加箭头
找到 .ui -slider-handle 在 jquery-ui 的 css 中并进行修改或添加
之前的 margin-top 和背景图像:
更改为:
在主页中只需添加滑块脚本:
和 HTML:
我使用 jquery 1.5.1 和 jquery -ui 1.8.12 也可以,(不要忘记调用 jquery.js、jquery-ui.js 和 jquery-ui.css)
you can use jquery-ui slider then just modify in css for add the arrow
find the .ui-slider-handle in jquery-ui's css and make moddified or add for margin-top and background image
before:
change to:
in the main page just add the Script for slider:
and the HTML:
i use the jquery 1.5.1 and jquery-ui 1.8.12 also and it's works, (dont forget to call the jquery.js, jquery-ui.js and jquery-ui.css)