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 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

How do I make one jquery ui slider control another? If I slide slider
I'm using the jQuery Slider plugin (jqueryui.com/demos/slider/) I'm calling the plugin with the following
I'm using a JQuery UI slider which has two handles (a.k.a range slider). I
How to make jQuery slider with fixed maximum ... exact like this: http://jqueryui.com/demos/slider/#rangemin I
The jQuery UI slider allows events to be triggered on start, slide, change, stop
I have a slider made with jQuery UI, which works completely fine, except that
I want to bind an input field to the jquery-ui slider handle. So whenever
I want to create a pagination script using jquery UI's slider widget. So far
I am using the jQuery UI slider and trying to show a div when
Hi I need to implement a slider for 24 hour time range . I

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.