有没有非 jQueryUI 滑块?
我避免使用 jQuery UI,但需要一个漂亮的滑块。有什么帮助吗?
编辑 我不喜欢 jQueryUI,因为滑块是我唯一需要的组件,所以我想轻量级地使用它。
I'm avoiding using jQuery UI but need a nice slider. Any help?
EDIT
I don't like jQueryUI because the slider is the only component I need so I'd like to go light weight with it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
和原生js:http://www.blueshoes.org/en/javascript/slider/
And native js: http://www.blueshoes.org/en/javascript/slider/
你说你想避免使用 jQuery UI,因为你不想要所有组件的重量。我完全同意,jQuery UI 团队也是如此。这就是为什么您可以选择要编译的组件。据我估计,滑块本身的 CSS 和 JS 大约为 80kb —— 这实际上并不是很多。
You say that you want to avoid jQuery UI because you don't want the weight of all the components. I fully agree, and so does the jQuery UI team. This is why you can choose which components to compile. By my reckoning, the CSS and JS for the slider on its own comes to about 80kb -- which really isn't very much.
这是另一个:
https://github.com/borisdiakur/jquery.slideControl.js
现场演示:
http://borisdiakur.com/jquery.slideControl.js/demo.html
Here is another one:
https://github.com/borisdiakur/jquery.slideControl.js
Live demo:
http://borisdiakur.com/jquery.slideControl.js/demo.html