I am making a website where I want to use range slider(I know it only supports webkit browsers).
I have integrated it fully and works fine. But I would like to use a
This uses javascript, not jquery directly. It might help get you started.
function updateTextInput(val) { document.getElementById('textInput').value=val; }