I am using the JQuery Slider control for use as a double sided slider (dual slider).
It's a great UI control but I'm looking for an alternative that isn't so "fat".
Right now, just for me to use the Slider control, I have to include:
- JQuery core
- JQuery UI core
- JQuery Slider plugin
When I both minimize using Google's awesome Closure (minimizer) and GZIP the JavaScript, I'm still at around 29kb.
Question: Do any parable (dual) Slider control exist that isn't such a large download?
I am using the JQuery Slider control for use as a double sided slider (dual slider).
It's a great UI control but I'm looking for an alternative that isn't so "fat".
Right now, just for me to use the Slider control, I have to include:
- JQuery core
- JQuery UI core
- JQuery Slider plugin
When I both minimize using Google's awesome Closure (minimizer) and GZIP the JavaScript, I'm still at around 29kb.
Question: Do any parable (dual) Slider control exist that isn't such a large download?
Share Improve this question edited Nov 3, 2013 at 18:06 PeeHaa 72.8k60 gold badges194 silver badges264 bronze badges asked Mar 28, 2010 at 17:36 GregJohnGregJohn 2511 gold badge3 silver badges5 bronze badges2 Answers
Reset to default 4How about
jQuery Slider plugin (Safari style)
But to be honest 29kb isn't fat is it?
Here is another alternative that I found today so I thought I'd share it! I haven't used it, and I don't know how heavy it is, but the folks that built it seem to have a very strong focus on accessibility, which may or may not be important for your project.
http://www.paciellogroup./blog/misc/samples/aria/slider/doubleslider.html