An open API service indexing awesome lists of open source software.

https://github.com/kshirish/spunky-slider

Beautiful slider with customized html attributes (super easy to use)
https://github.com/kshirish/spunky-slider

Last synced: about 1 year ago
JSON representation

Beautiful slider with customized html attributes (super easy to use)

Awesome Lists containing this project

README

          

Spunky-Slider
=============

Beautiful slider with customized html attributes (super easy to use)
![slider](http://oi57.tinypic.com/2pquxqv.jpg)

Vertical Slider





0
1
2
3
4
5
6
7
8
9
10



$('#form_9 input').spunkySlider();

Documentation
=============

data-orientation : "horizontal" or "vertical"
data-step : steps in the range
data-fix-min-value : lowest value possible
data-fix-max-value : maximum value possible
data-bound-select-id : "select" elements's id which you want to bind with slider
data-color-mix-element-id : element which you want to color using rgb values of slider

[the default values of R, G, B are stored in localstorage]