Search code examples
javascriptslidercontrolswmp

Is there a simple JavaScript slider?


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?


Solution

  • jQuery UI Slider (API docs)