Skip to content

hitsthings/multi-slider-range

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published