Simple usage
10010
With Min & Max Values
1001 000550
Set up range and step
-500500-1 000-50005001 000
Using custom values array
tenfivezerofoureight
Decorating numbers
Weight: 148 million pounds → Weight: 152 million pounds
Disable all the sliders visual details

Documentation


You can pass plugin options using data-options attribute. Please make sure to use valid json code.

Plugin DocsJSON Formatter

Code Example


<input type="text" class="range-slider form-control"   data-options='{   "type": "double",   "grid": true,   "min": -1000,   "max": 1000,   "from": -500,   "to": 500,   "step": 250   }'/>