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 8557319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T15:32:53+00:00 2026-06-11T15:32:53+00:00

i try to implement a slider on my site with jQuery Slider. The ‘normal’

  • 0

i try to implement a slider on my site with jQuery Slider. The ‘normal’ slider works fine but at the range slider the max handle is missing.

The HTML:

<dd id="search-diameter">
              <div class="variable-range">
                <span class="lower">7.5</span>
                <span class="upper">11.0</span>
                mm
                <div id="slider-diameter" class="slider"></div>
              </div>
    </dd>

The CSS:

.slider {
margin-left: 0.6em;
margin-right: 0.6em;
}

.ui-slider.ui-slider-horizontal .ui-slider-handle {
background: url("sliders.png") no-repeat scroll center top transparent;
border: medium none;
cursor: pointer;
height: 20px;
margin: 0 0 3px -8px;
outline: medium none !important;
top: -6px;
width: 20px;
}

And the CoffeeScript:

$('#slider-diameter').slider
min: 7.5
max: 11.0
range: true
step: 0.1
value: [7.5, 11.0]
slide: (event, ui) ->
  $("#search-diameter .lower").text ui.values[0]
  $("#search-diameter .upper").text ui.values[1]

After that it looks:
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-11T15:32:54+00:00Added an answer on June 11, 2026 at 3:32 pm

    You need to use values not value if you want to supply both values for a range slider. From the fine manual:

    value Number

    Determines the value of the slider, if there’s only one handle. If there is more than one handle, determines the value of the first handle.

    and also:

    values Array

    This option can be used to specify multiple handles. If range is set to true, the length of ‘values’ should be 2.

    The problem is that you’re using value with an array but it is expecting a number. You should be saying:

    values: [7.5, 11.0]
    # ---^
    

    For example: http://jsfiddle.net/ambiguous/PrHyV/

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

Sidebar

Related Questions

i want to implement jquery slider for range of price and i try to
I'm about to try and implement the JQuery slider into an old Classic ASP
I try to implement footer datagrid with allowMultipleSelection properties. But in my case, it
I had try to implement the send me log feature into my apps but
i try to implement the accordion jquery for toggle slide down and slide up
I'm terrible at javascript and css, but I did manage to implement the Jquery
I try to implement a Google +1 button in my website, but for some
I started using Chop Slider, an amazing slideshow jquery plugin ( http://www.idangero.us/cs/ ) but
I try to implement a query by using Between Clause,but there is some problem
Hi I try implement solution from this site im my WPF app for global

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.