用于移动应用程序的 JQuery 滑块
我想在我的移动应用程序中使用 JQuery 滑块
http://docs.jquery.com/UI/ Slider
但是,使用 Slider 插件,需要我使用整个 JQuery 核心(29kb)+ Slider 插件(6kb)。
通常,这没问题,但对于移动应用程序来说 - 这是大量数据。
问题:无论如何,我可以使用 JQuery Slider 并消除核心中可能存在的任何膨胀吗?我真的很想将这个 29kb 核心减少到更小的尺寸。 (例如,只需使用 Sizzle + 插件或类似的东西,如果有效的话)
(请记住上面的文件大小适用于 gzipped 和压缩的 JS)
I would like to use the JQuery slider for my mobile application
http://docs.jquery.com/UI/Slider
However, using the Slider plugin, requires me to use the entire JQuery core (29kb) + Slider plugin (6kb).
Typically, that's okay but for a mobile application - that's a lot of data.
Question: Anyway I can use the JQuery Slider and eliminate any bloat that might exist in the core? I would really like to reduce this 29kb core down to something much smaller. (e.g. just using Sizzle + plugin or something like that if that worked)
(Keep in mind the file sizes above is for both gzipped and compressed JS)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可能对 jQTouch 感兴趣。
You may be interested in jQTouch.
您还可以使用滑块的 jQuery Mobile 版本: http ://jquerymobile.com/demos/1.0a4.1/#docs/forms/forms-slider.html
You can also use the jQuery Mobile version of the slider : http://jquerymobile.com/demos/1.0a4.1/#docs/forms/forms-slider.html
您还可以查看 YUI2 或 YUI3 滑块模块。
YUI 2 滑块
YUI 3 滑块
You could also take a look at YUI2 or YUI3 slider modules.
YUI 2 Slider
YUI 3 Slider
这是最新版本的 JQM
here's the latest version of JQM