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)
- Host: GitHub
- URL: https://github.com/kshirish/spunky-slider
- Owner: kshirish
- Created: 2014-08-29T16:55:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-29T17:14:47.000Z (almost 12 years ago)
- Last Synced: 2025-03-16T13:18:16.167Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spunky-Slider
=============
Beautiful slider with customized html attributes (super easy to use)

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]