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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T07:45:15+00:00 2026-05-11T07:45:15+00:00

jQuery 1.3.2 / jQueryUI 1.7 / Slider $(#slider).slider({ range: min, min: 0, max: 40,

  • 0

jQuery 1.3.2 / jQueryUI 1.7 / Slider

$('#slider').slider({     range: 'min',     min: 0,     max: 40,     value: 0,     slide: function(event, ui) {         CalculateOrder(event, ui);     } }); 

it starts off just fine, but after I move the slider I can’t get it back to 0, ui.Value is 1 when i slide it all the way to the left.

I’ve tried setting

min:-1 

this sets the ui.Value to -1 when i slide it to -1, but when I’m at 0 the ui.Value is still 1.

Any ideas?

  • 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. 2026-05-11T07:45:16+00:00Added an answer on May 11, 2026 at 7:45 am

    What you want is to get the value when the slider has stop, not during the slide. From my experience, the slide event will get you the previous position of the slider. Stop will give you the value of the slider where the user move it to.

    $('#slider').slider({     range: 'min',     min: 0,     max: 40,     value: 1,     step: 10,     slide : function(event, ui){         console.log('previous value:'+ $(this).slider('option', 'value'));     },     stop: function(event, ui){         console.log('Current value:'+ $(this).slider('option', 'value'));     } }); 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

let's say I have a jQuery UI Slider like so: $(.mySlider).slider({ range: min, min:
I implemented the jQueryUI slider and want to display the min & max slider
I'm using jquery datatables, and a jqueryui range slider. Datatables has a range filter
I am using the jQuery UI range slider demo code ( http://jqueryui.com/demos/slider/#range ) to
I'm using the jQuery ui slider, set up as follows: $(#unicornSlider).slider({ range: true, min:
Possible Duplicate: jQuery UI Slider - max value (not end of slider) I'm using
I am customizing jquery-ui slider(range) . The two corner points(div) are draggable. I wish
<meta charset=utf-8> <title>jQuery UI Slider - Range slider</title> <link rel=stylesheet href=jquery.ui.all.css> <script src=jquery-1.7.1.js></script> <script
I'm using a JQuery UI slider which has two handles (a.k.a range slider). I
looking at this example of the jquery ui slider http://jqueryui.com/demos/slider/#steps i want to be

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.