jQuery RangeSelector
Set the theme property of the jqxRangeSelector. Author: http://jqwidgets.com
by jqwidgets
HTML
<link rel="stylesheet" href="https://jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<script src="https://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<link rel="stylesheet" href="https://jqwidgets.com/public/jqwidgets/styles/jqx.energyblue.css">
<div id="rangeSelector">
</div>
JavaScript
$("#rangeSelector").jqxRangeSelector({
width: 500,
height: 100,
theme:'energyblue',
min: 0,
max: 100,
range: {
from: 10,
to: 50
},
majorTicksInterval: 10,
minorTicksInterval: 1
});