由于使用 asp.net mvc 和 jquery mobile 进行 ajax 导航而导致表单发布问题
我在内页中有一个登录表单,但由于 jQuery Mobile 使用 AJAX 导航,我无法在页面加载 AJAX 时发布该表单。但是,如果我将 rel="external"
放在主页的登录链接中,则可以轻松发布登录表单,但随后我就失去了 jQuery Mobile 提供的炫酷功能。有没有办法在主页不使用 rel="external"
的情况下发布表单?
I have a login form in the inner pages but because jQuery Mobile uses AJAX navigation I am not able to post that form when the page is AJAX loaded. But if I put rel="external"
in the login link at home page the login form is posted easily but then i lose the cool features provided by jQuery Mobile. Is there any way to post the form while not using rel="external"
at the home page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在登录表单上禁用 AJAX 表单提交。根据文档:
Disable AJAX form submission on the login form. Per the documentation: