使用 jQuery Mobile 时如何操作 DOM?
我是否使用 jQuery 方式?或者jQuery Mobile也提供了操作DOM的功能?
Do I use the jQuery way? Or jQuery Mobile also provides functions to manipulate the DOM?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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)
是的,您使用标准 jQuery 技术进行 DOM 操作。
http://jquerymobile.com/demos/1.0rc1/docs/about/intro .html 说:
Yes, you use standard jQuery techniques for DOM manipulation.
http://jquerymobile.com/demos/1.0rc1/docs/about/intro.html says: