/multi-slider-range

An <input type="range" /> lookalike with multiple sliders.

Primary LanguageJavaScriptMIT LicenseMIT

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.