I have a Range Slider in my template. I want to call a function in my view on Range Slider value change.
index.html
<input id="slider1" type="range" value="3" min="1" max="20" step="1" />
I am using a button and text also I took help from this
Python 2.7.10 Django 1.9