DoubleSlider 0.2.2
DoubleSlider is a Script to give you a Slider Component with two knobs instead of one. It provides horizontal and vertical Sliding.
Details
- Author
- Matthias Goebels
- Current version
- 0.2.2
- GitHub
- frixxx/DoubleSlider
- Downloads
- 2582
- Category
- Interface
- Tags
- Report
- GitHub Issues
How to use
The best way to use the DoubleSlider is to initialize it onDomReady. The first argument is the DoubleSliders "container" which contains the knobs. Options can be given as the second argument.
DoubleSlider also provides start, change, and complete events.
Javascript
var doubleslider = new DoubleSlider(
'doubleslider',
{
range: [0, 8],
start: [1, 7]
}
);
For specific usage and options, please read the documentation or visit http://js.frixxx.de/projects/DoubleSlider/
Discuss
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus