JQuery Slider alternative? [closed]

荒凉一梦 提交于 2019-12-01 08:56:33

问题


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?


回答1:


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




回答2:


checkout jquery scrollable if it can help




回答3:


I used this a while back, it's ~5kb ungziped + unClosure'd - and it works well.




回答4:


There is the Ajax Control Toolkit...

http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/Slider/Slider.aspx



来源:https://stackoverflow.com/questions/1693721/jquery-slider-alternative

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!