如何在 jQueryMobile 中更改文档上的页面
我正在尝试更改文档就绪页面,
$.mobile.changePage('#loginPage');
但它会引发 404 错误:
"NetworkError: 404 Not Found - http://localhost/mBanka/v5/loginPage"
I'm trying to change page on document ready
$.mobile.changePage('#loginPage');
but it throws a 404 error:
"NetworkError: 404 Not Found - http://localhost/mBanka/v5/loginPage"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 jQM 事件 http://jquerymobile.com /demos/1.0b1/#/demos/1.0b1/docs/api/events.html
Look into jQM events http://jquerymobile.com/demos/1.0b1/#/demos/1.0b1/docs/api/events.html
这看起来像是一个没有仔细阅读文档的例子。 :)
如果引用同一文档中的页面,则需要传递 jQuery 对象。这应该有效。
如果没有 - 在您的问题中添加更多信息
It looks like an example of not reading the docs carefully. :)
You need to pass a jQuery object if referencing page in the same document. This should work.
If not - put more info in your question