Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JQuery Slider alternative? [closed]

I am using the JQuery Slider control for use as a double sided 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.

Do a comparable Slider control exist that isn't such a large download?

like image 755
AndyT Avatar asked Sep 19 '25 00:09

AndyT


1 Answers

I recommend noUISlider, cross browser support (including touch devices) and at only 6KB minimized.

like image 163
willmcneilly Avatar answered Sep 20 '25 15:09

willmcneilly