How to get the values of the slider bootstrap to hidden iputs?\[code\] <input type="hidden" name="min_value" id="min_value" value=""> <input type="hidden" name="max_value" id="max_value" value=""> $(function() { $( "#slider-range-s1" ).slider({ range: true, min: 0, max: 500, value: [ 0, 500 ] }); });\[/code\]jsfiddle exampleThanks!