Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 391 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 391 Bytes

Multi-slider Range

This lib adds support for a range with multiple sliders in it. You might use this to specify a min and max for a value.

Usage

    <div class="range" data-min="2" data-max="8" data-step="1">
        <input type="hidden" name="one" value="3" />
        <input type="hidden" name="two" value="5" />
    </div>

See example.html for an example.