如何获取子页面加载事件?
我正在使用 JQuery-Mobile。
在加载特定的子页面时,我想执行一个 JavaScript 函数。
那么如何获取子页面加载事件呢?
子页面将通过 Ajax 表单提交来加载。 有点像: 我有母版页,我加载 page1 并将其提交到 page2。因此响应将是 page2 并且母版页被隐藏。
I'm using JQuery-Mobile.
On specific child page loads, I want to perform one JavaScript function.
So How do I get the child page load event?
Child page will be loaded with Ajax form submission.
Somewhat like:
I have master page, in that I load page1 and submit it to page2. So response would be a page2 and with master page as hidden.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是速度/质量的修复:(更少的函数调用,没有隐式检查属性)
这是自 jQuery Mobile alpha3 以来应该如何完成的:
并且 HTML 中没有 hack
This is the fix for speed/quality: (less functin calls, no implicit checking of attributes)
This is how it should be done since jQuery Mobile alpha3:
and no hacks in HTML
您可以在父页面上放置以下 JavaScript:
在子页面上:
You can put following JavaScript on parent page:
On the child page:
这对我有用。我正在使用 jquery.mobile-1.0b1.min.js
页面元素包括
This is what worked for me. Am using jquery.mobile-1.0b1.min.js
The Page elements include