我怎样才能显示“正在加载”?我点击 jQuery Mobile 的提交按钮后弹出?
我正在使用 jQuery Mobile javascript 库。在我的表单中,我似乎无法实现这个 表单 是什么正在做。单击“提交”按钮后。我希望用户看到“正在加载”弹出窗口。
I'm using the jQuery Mobile javascript library. In my form, I can't seem to acheive what this form is doing. After I click on the Submit button. I want the user to see the 'loading' pop up.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
重要提示
请注意 Michael Kariv 的以下评论:
原来的答案是:
再次隐藏消息:
$.mobile.hidePageLoadingMsg();
Imporant
Please note the following comment by Michael Kariv:
The original answer was:
Hiding the message again:
$.mobile.hidePageLoadingMsg();