Is there a simple JavaScript slider? [closed]

2019-01-21 09:27发布

I need to create a custom volume slider for a WMP object. The current slider is complicated to modify, and use, is there a simple way to generate a slider on an HTML page that can have it's value passed to a javascript function?

13条回答
Viruses.
2楼-- · 2019-01-21 09:30
看我几分像从前
3楼-- · 2019-01-21 09:30

hey i've just created my own JS slider because I had enough of the heavy Jquery UI one. Interested to hear people's thoughts. Been on it for 5 hours, so really really early stages.

jsfiddle_slider

查看更多
冷血范
4楼-- · 2019-01-21 09:31

The Carpe Slider has newer versions also:
v1.5 carpe_ambiprospect_slider v2.0b ...slider/drafts/v2.0/

查看更多
手持菜刀,她持情操
5楼-- · 2019-01-21 09:36

script.aculo.us has a slider control that might be worth checking out.

查看更多
欢心
6楼-- · 2019-01-21 09:36

The lightweight MooTools framework has one: http://demos.mootools.net/Slider

查看更多
来,给爷笑一个
7楼-- · 2019-01-21 09:37

There's a nice javascript slider, it's very easy to implement. You can download the zip package here: http://ruwix.com/javascript-volume-slider-control/


p.s. here the simplified version of the above script:

enter image description here

DEMO link

查看更多
登录 后发表回答