Jquery Slider display scale on slider bar

22,184

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/

Share:
22,184
Sachin
Author by

Sachin

Hi all, I am working with waiin technology service from past 2 years. I am having total two and half years of experience in developing web application using asp.net c#. Few months before I have started working on Microsoft Share point Technology.

Updated on July 09, 2022

Comments

  • Sachin
    Sachin almost 2 years

    I 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. Something like slider scale. I have google it but I could not get the proper solution.

    Can any one tell me how to achive this?