I am looking for a JavaScript control that is a range slider (double button) that:
- DOES NOT use the existing JS structure (e.g. dojo, jquery, etc.) - if you cannot roll / create your own substructure where I can only compile the components that I need.
- works in all major browsers.
For example, the Range slider is lower, but of course it uses jQuery - so this is not an option, because even if I built JQuery, including only those components that I need (JQuery UI core + Slider), it is 140kb MINIFIED:
http://jqueryui.com/demos/slider/#range
javascript dhtml controls no-framework
Hank892
source share