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

  • SEARCH
  • Home
  • 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 9136583
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:58:18+00:00 2026-06-17T08:58:18+00:00

I am looking for jQuery Solution to display the 4 values on a horizontal

  • 0

I am looking for jQuery Solution to display the 4 values on a horizontal scale line. The values are Minimum, Maximum, Average, and Current. It is not a 2 Dimensional Graph. Just a simple 4 points on a single horizontal line with the markers pointing to those points.

To show what I am trying to achieve, here is a sketch

enter image description here

  • 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-06-17T08:58:19+00:00Added an answer on June 17, 2026 at 8:58 am

    The first thing that came to my mind was the jQuery UI slider. It supports multiple handles, and you can make it disabled if its for display purposes only.

    $(function() {
        $mySlider = $("#slider-range");
        $mySlider.slider({
    
          min: 0,
          max: 1000,
          values: [ 75, 125, 175, 225 ],
          slide: function( evt, ui ) {
              a = [];
              for(var i=0; i<ui.values.length; i++) {
                  a.push(ui.values[i]);
              }
    
              $( "#amount" ).val( "$" + a.join(" - " + "$") );
          }
        });
    
        $( "#amount" ).val(
          ["$" + $mySlider.slider("values", 0),
           "$" + $mySlider.slider("values", 1),
           "$" + $mySlider.slider("values", 2),
           "$" + $mySlider.slider("values", 3)].join(" - ")
        );
    });
    

    Fiddle

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

Sidebar

Related Questions

I'm looking for a jquery/simple javascript (not some other library) solution that set an
First of all, I am not looking for jQuery solution, just simple pure Javascript
I am looking for a CSS solution that will let me to display a
I am looking for a very simple solution (using jQuery) to let a small
I'm looking for a jQuery-solution which enables sorting and grouping by columns; then, in
I am looking for an HTML5 / jquery solution to attaching a floating div
I'm currently looking for a solution allowing me to display a lot of log
Problem: Display jquery flot graph in dialog box I have a page which displays
I spent hours looking for a CSS only then jQuery solution for this. I've
I am looking for jquery plugin which allows me to select elements from treeview

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.