可以在不改变布局或 DOM 的情况下使用 jQuery Mobile 吗?

发布于 2024-10-29 03:58:44 字数 92 浏览 1 评论 0原文

我只想使用 jQuery mobile 的一些组件(特别是点击事件处理程序和日期选择器)。在不“接管”我的移动网络应用程序的布局和行为的情况下,使用该库的最佳方式是什么?

I'm interested in using only some of the components of jQuery mobile (specifically, the tap event handlers and datepicker). What's the best way to make use of the library without it "taking over" the layout and behavior my mobile web app?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

时光与爱终年不遇 2024-11-05 03:58:44

修改DOM是JQM的主要功能。你必须狠狠地削弱它。

从 git 获取存储库,从清单中删除所有插件,找到代码并找到 .page 方法/小部件并删除所有代码(或者如果您需要让某些东西正常工作,则留下一些位 - 我没试过)。

然后运行 ​​make ,它将为您创建一个剥离的 jquery.mobile.min.js

modifying DOM is JQM's main feature. You have to cripple it hard.

Get the repo from git, remove all plugins from manifest, get to the code and find the .page method/widget and remove all the code (or leave some bits if you need to get something working - I haven't tried that).

Then run make and it will create a stripped jquery.mobile.min.js for you

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