Return value in UISLIDER input

Asked

Viewed 114 times

0

I need to insert in a form a price range, I am using the noUiSlider with Jquery, it’s working, but I can’t get the chosen values, someone can give me a help?

Example

 $("#slider-start").noUiSlider({
        start: [1000, 30000],
        range: {
            'min': [0],
            'max': [30000]
        }
    });

1 answer

0

  • My problem is there, I am unable to find the solution to pass the values automatically to input text

  • Show more detail of your code, because on the plugin website you have an example that passes values for the input in the section: Using HTML5 input Elements https:/refreshless.com/nouislider/examples/#Section-Html5

  • I will post the code with the full JS above, has an example link there

  • I tried to play the code but did not give & #Xa;

Browser other questions tagged

You are not signed in. Login or sign up in order to post.