JavaScript范围滑块/双滑块使用OUT并存在一个框架

问题描述:

我正在寻找一个JavaScript控件,它是一个Range Slider(双旋钮),

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


  • 不使用现有的JS框架(例如dojo,jquery等)-除非您可以滚动/创建自己的子框架,在其中我可以仅在需要的组件中进行编译。

  • 可以工作在所有主流浏览器中

下面是一个Range Slider的示例,但是当然使用了JQuery-因此这不是一个选择,因为即使如果我构建的JQuery仅包含所需组件(JQuery UI核心+滑块),则它的大小为140kb:

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

jQuery UI有一个不错的界面:

jQuery UI has a nice one:

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