Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 352 Bytes

File metadata and controls

14 lines (12 loc) · 352 Bytes

nicerange

<script src="//code.jquery.com/jquery-3.0.0-alpha1.min.js"></script>
<script src="//jquery-element.github.io/jquery-element-1.7.0.js"></script>
<script src="//jquery-element.github.io/nicerange-2.1.0.js"></script>

<input
	type="range"
	min="0" value="50" max="100" step="1"
	data-jquery-element="nicerange"
	data-unit="%"
/>