vote up 4 vote down star

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?

flag

8 Answers

vote up 10 vote down check

jQuery UI Slider (API docs)

link|flag
vote up 0 vote down

Here is a simple slider object for easy to use

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

link|flag
vote up 0 vote down

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.

link|flag
I know your new here but thats now how this website works. – Unkwntech Jun 22 at 17:35
vote up 2 vote down

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.

link|flag
vote up 4 vote down

Yahoo UI library has also a slider control...

link|flag
vote up 0 vote down

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

link|flag
vote up 2 vote down

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

link|flag
vote up 3 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.