HTML Drag and Drag Prograsive Bar

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<input type="range" id="myRange" value="1000" max="1000000">
<div id="rangeValue">1</div>
Confused Capuchin