Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a simple JavaScript slider? [closed]

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?

like image 308
UnkwnTech Avatar asked Oct 06 '08 02:10

UnkwnTech


People also ask

How do I disable slider?

Disabling a slider is identical to disabling a checkbox or textarea; add the disabled attribute. A disabled slider can't be changed by user interaction (sliding, clicking or touching), but its value can still be changed using the . set() method. CSS can be used to show the disabled state.

What is Splide?

Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors.


2 Answers

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

like image 119
Luc Avatar answered Sep 24 '22 04:09

Luc


jQuery UI Slider (API docs)

like image 43
John Millikin Avatar answered Sep 21 '22 04:09

John Millikin