views:

6724

answers:

10

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?

+10  A: 

jQuery UI Slider (API docs)

John Millikin
+3  A: 

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

pkaeding
+2  A: 

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

Ates Goral
A: 

It will be more professional if you use Jquery UI Slider (

but if you dont want to use jquery use this one file simple slider "CARPE Slider" or a "personal work slider from Marco Samastur(yes simple and dynamic)"

or take a look to google

Hasan Tayyar BEŞİK
+4  A: 

Yahoo UI library has also a slider control...

Alexander Gyoshev
+2  A: 

HTML 5 with Webforms 2 provides an <input type="range"> which will make the browser generate a native slider for you. Unfortunately all browsers doesn't have support for this, however google has implemented all Webforms 2 controls with js. IIRC the js is intelligent enough to know if the browser has implemented the control, and triggers only if there is no native implementation.

From my point of view it should be considered best practice to use the browsers native controls when possible.

olle
A: 

i need a slider (i.e. i want to move images from left to right and vice versa). All the images will at the top div and slider in the bottom-center. if anyone have something then please send me.

I know your new here but thats now how this website works.
Unkwntech
you + are = you're
superjoe30
A: 

Here is a simple slider object for easy to use

http://www.pagecolumn.com/webparts/sliders.htm

unigg
A: 

The Carpe Slider has newer versions also: v1.5 http://carpe.ambiprospect.com/slider/ v2.0b ...slider/drafts/v2.0/

Tom
+2  A: 

Here is another light JavaScript Slider that seems to fit your needs.

treznik