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条回答
再贱就再见
2楼-- · 2019-01-21 09:54

A simple slider: I have just tested this in pure HTML5, and it's so simple !

<input type="range">

It works like a charm on Chrome. I've not tested other browsers yet.

查看更多
登录 后发表回答