jqtouch 和重定向
我正在使用 JQTouch,并且尝试将新页面加载到当前页面中。不幸的是,JQTouch 会自动在 url 中添加“#”,从而导致该 url 无法打开。
换句话说,
<li class="arrow"><a href="categories.html">Categories</a></li>
行不通。
请问有什么建议吗?
谢谢, C.
I am using JQTouch and I am trying to load a new page into the current page. Unfortunately JQTouch automatically adds a '#' to the url and thus the url cannot be opened.
in order words,
<li class="arrow"><a href="categories.html">Categories</a></li>
would not work.
Any suggestions please?
Thanks,
C.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要链接到 jqtouch 中的外部 url,您必须使用 target="_webapp"。即,将您的 html 更改为:
To link to external url's in jqtouch you have to use the target="_webapp". I.e. change your html to: