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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:48:12+00:00 2026-05-23T16:48:12+00:00

$(#slider).slider({ value: 1800, min: 600, max: 20000, step: 10, slide: function (event, ui) {

  • 0
$("#slider").slider({
    value: 1800,
    min: 600,
    max: 20000,
    step: 10,
    slide: function (event, ui) {
       $("#amount").val(ui.value + " m³/h").change();
    }
 }

$('#amount').change() retrieves data from a ajax request.

The data comes from a database so it takes a second to get it.When sliding the slidebar the amount should increase/decrese but the ajax request should trigerd once a second.

The change function handles multiple input types

  • 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-23T16:48:12+00:00Added an answer on May 23, 2026 at 4:48 pm
    var timer;
    clearTimeout(timer);
    var old_val = $("#amount").val();
    timer = setTimeout(function(){
        if (old_val == $("#amount").val())
        {
            ajaxRequest();
        }
    }, 1000);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

jQuery(function() { jQuery( #slider-range-min ).slider({ range: min, value: 1, step: 1000, min: 100000, max:
I have a slider with a maximum value of 9. Every Value shall change
Possible Duplicate: jQuery UI Slider - max value (not end of slider) I'm using
I have the next piece of code: $(#slider-cpu).slider({ range: min, value: 0, min: 0,
I need to set a dependency property on a control (Slider.Value) in my code
I have a div which displays the current value of the slider and the
I'm trying to get the jQuery slider to have set values to slide to
In the code: slider.init({ foo: bar }); var slider={ init:function(data){ } } If I
I have an slider animation but on clX.click event #close div hides before it
I am trying to get the current value of a jQuery-UI slider in a

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.