JavaScript range slider / dual slider exist withOUT using a framework

Hank892 picture Hank892 · May 18, 2009 · Viewed 19.2k times · Source

I'm looking for a JavaScript control that is a Range Slider (dual knob) that:

  • does NOT use an existing JS framework (e.g. dojo, jquery, etc) - unless you can roll/create your own sub framework where I can compile in just the components I need.
  • works in all major browsers

An example a Range Slider is below, but of course this uses JQuery - so this is not an option because even if I built JQuery only including the components I need (JQuery UI core + Slider) it's 140kb MINIFIED:

http://jqueryui.com/demos/slider/#range

Answer

Nick Berardi picture Nick Berardi · May 18, 2009

jQuery UI has a nice one:

http://jqueryui.com/demos/slider/