使用 jQuery Mobile 时如何操作 DOM?

发布于 2024-12-09 09:18:46 字数 120 浏览 0 评论 0原文

我是否使用 jQuery 方式?或者jQuery Mobile也提供了操作DOM的功能?

Do I use the jQuery way? Or jQuery Mobile also provides functions to manipulate the DOM?

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

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

发布评论

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

评论(2

善良天后 2024-12-16 09:18:46

jQuery Mobile 包含 jQuery,因此您可以使用 jQuery 的方式进行操作。

另请注意,在调用页面初始化事件之前,jQuery Mobile 不会生成最终 DOM:

http:// /jquerymobile.com/test/docs/api/events.html

注意使用 AJAX 加载的页面的单独事件(默认情况下打开)

jQuery Mobile includes jQuery so you do it in jQuery way.

Also note that jQuery Mobile does not generate final DOM until the page init events are called:

http://jquerymobile.com/test/docs/api/events.html

Note separate events for pages loaded using AJAX (on by default)

何以心动 2024-12-16 09:18:46

是的,您使用标准 jQuery 技术进行 DOM 操作。

http://jquerymobile.com/demos/1.0rc1/docs/about/intro .html 说:

jQuery 的移动策略可以简单概括为:统一用户
界面系统可在所有流行的移动设备上无缝运行
设备平台,构建于坚如磐石的 jQuery 和 jQuery UI 之上
基础。专注于基于渐进式构建的轻量级代码库
通过灵活、易于主题化的设计进行增强。

Yes, you use standard jQuery techniques for DOM manipulation.

http://jquerymobile.com/demos/1.0rc1/docs/about/intro.html says:

jQuery’s mobile strategy can be summarized simply: A unified user
interface system that works seamlessly across all popular mobile
device platforms, built on the rock-solid jQuery and jQuery UI
foundation
. Focused on a lightweight codebase built on progressive
enhancement with a flexible, easily themeable design.

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