Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4065700
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T16:01:01+00:00 2026-05-20T16:01:01+00:00

I am using this jquery ui for the slider.here i want the gradescales like

  • 0

I am using this jquery ui for the slider.here i want the gradescales like in the image for the jquery-ui-slider…how to modify this script?

alt text

how do this in this script?

 <script src="../../Scripts/jquery.ui.core.js" type="text/javascript"></script>
<script src="../../Scripts/jquery.ui.widget.js" type="text/javascript"></script>
<script src="../../Scripts/jquery.ui.mouse.js" type="text/javascript"></script>
<script src="../../Scripts/jquery.ui.slider.js" type="text/javascript"></script>
<script type="text/javascript">
    $(function () {
        $("#slider").slider();
    });
</script>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T16:01:02+00:00Added an answer on May 20, 2026 at 4:01 pm

    HTML:

    <div id="wrap">
       <div id="slider"></div>
       <div id="slider-text">
           <div id="0">Zero</div>
           <div id="1">One</div>
           <div id="2">Two</div>
           <div id="3">Three</div>
       </div>
    </div>
    

    Javascript/JQuery:

    $( "#slider" ).slider({
      value: 0,
      min: 0,
      max: 3,
      step: 1
    });
    
    $('#1').css('left','32.3333%');
    $('#2').css('left','64.6666%');
    $('#3').css('left','93.9999%');
    

    CSS:

    #slider-text div{
        float: left;
        position: absolute;
    }
    

    Working example: http://jsfiddle.net/A8L8C/

    Probably you need to adapt DIVs left property to your desire text (poor, good, very good, excellent). Happy codding!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using a jQuery Slider found here . What I want to modify
I want to create a pagination script using jquery UI's slider widget. So far
I'm using this jQuery to hide a DIV: $(#slider).click(function() { $(.help).slideToggle(); $(#wrapper).animate({ opacity: 1.0
I am wondering if it's possible to achieve this using the jQuery UI Slider.
I m setting up 5 sliders using jQuery UI in a form like this:
I'm considering using this jquery utility as a possible solution, but I want to
i am using Jquery mobile slider.I want make the slider in steps. so i
I'm trying to make an image gallery using the jQuery UI slider widget. My
I am using the jquery plugin, slides to power my slider. I want to
Using this jquery code: <a href=javascript:void(0) id=m1>Get Selected id's</a> jQuery(#m1).click( function() { var s;

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.