Rangestepper.js jQuery plugin that creates highly capturable range inputs in a CSS style. Download and insert .js and .css files into your project and you are ready to go. jQuery is required.
custom simple range slider css, range slider with min and max values, range slider with custom steps, jquery range slider with labels, css range slider, range slider jquery
A Simple Bootstrap 4 Steps Plugin | Bootstrap Steps
How to make use of it:
1. Load the jQuery library and jQuery range stepper plugin JS and CSS into the document.
<link href="css/rangestepper.css" rel="stylesheet"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script src="js/rangestepper.js"></script>
2. Call the plugin on the DIV element and set the parameters of the scope slider.
$('#container').rangestepper({ // input name inputName: 'rangestepper', // set to 0 to place the thumb at the beginning of the range input slider // if a negative value is set to minVal, // the thumb will be set at the center/origin where the value reaches 0. minVal: -10, maxVal: 10 // display labels for each step subscript: false });
3. The plugin automatically converts a DIV element into an input like this:
<input type="hidden" name="rangestepper">
$('#container input').val();
Customizable & Snappable Range Slider Plugin, Rangestepper.js Github
See Demo And Download
Official Website(eek): Click Here
This superior jQuery/javascript plugin is developed by eek. For extra Advanced Usages, please go to the official website.