Jquery Slider display scale on slider bar [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this questionI have used jquery slider with the help of which user select appropriate value for further calculation.
Everything work perfect except the scale bar. I want to show the diffrent values of the slider to be displayed on slider bar. 开发者_如何学CSomething like slider scale. I have google it but I could not get the proper solution.
Can any one tell me how to achive this?
I don't think jquery-ui slider has provision to show labels like scale across the slider length. So a very good alternative to it is using an another plugin which has support for such a customization.
Take a look at this plugin : http://simeydotme.github.io/jQuery-ui-Slider-Pips/
精彩评论