用于移动应用程序的 JQuery 滑块

发布于 2024-08-21 13:30:02 字数 422 浏览 2 评论 0原文

我想在我的移动应用程序中使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

贱人配狗天长地久 2024-08-28 13:30:02

您可能对 jQTouch 感兴趣。

jQTouch是一个原生的jQuery插件
动画、自动导航和
移动 WebKit 浏览器的主题,例如
iPhone、G1 和 Pre。

You may be interested in jQTouch.

jQTouch is a jQuery plugin with native
animations, automatic navigation, and
themes for mobile WebKit browsers like
iPhone, G1, and Pre.

爱你不解释 2024-08-28 13:30:02

您还可以使用滑块的 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

风铃鹿 2024-08-28 13:30:02

您还可以查看 YUI2 或 YUI3 滑块模块。

YUI 2 滑块

YUI 3 滑块

You could also take a look at YUI2 or YUI3 slider modules.

YUI 2 Slider

YUI 3 Slider

太傻旳人生 2024-08-28 13:30:02

这是最新版本的 JQM

here's the latest version of JQM

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文