Hello to all,
I want to use range sliders instead radio buttons in a page, exactly in the "demo-app-landing". I add the specific styles, and the range sliders js, and I try to use this function (range_07 style):
$(document).ready(function () {
$(".range_07").ionRangeSlider({
grid: true,
min: 0,
max: 10,
step:2,
values: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
});
});After I write the code of the input field to display the slider, I don't know how can I assign the value of the slider to the value of the input where is displayed. The HTML is:
``
Thank you so much!
Juan Carlos
