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?
 $("#slider-start").noUiSlider({
        start: [1000, 30000],
        range: {
            'min': [0],
            'max': [30000]
        }
    });
						
My problem is there, I am unable to find the solution to pass the values automatically to input text
– Marcos Paulo
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
– Netinho Santos
I will post the code with the full JS above, has an example link there
– Marcos Paulo
I tried to play the code but did not give & #Xa;
– Marcos Paulo