有没有办法将 jQTouch 与 URL 栏一起使用?
我正在使用 jQTouch 开发移动网站。
我们以官方演示网站为例。当我们转到这里时,我们看到主屏幕。导航到 AJAX ->获取示例。我们看到我们的地址栏已更改为 /#get
。但是,如果我们复制该地址 (http://www.jqtouch.com/preview/demos/main/#get
) 并将其粘贴到浏览器中,jQTouch 会将我们重定向到 #home
页面。
有什么方法可以防止这种重定向并正常使用地址栏吗?
I'm developing mobile website with jQTouch.
Let's pick official demo site for example. When we go to here, we see the main screen. Navigate to AJAX -> Get Example. We see our location bar changed to /#get
. But, if we'll copy that address (http://www.jqtouch.com/preview/demos/main/#get
) and paste it into the browser, jQTouch will redirect us to #home
page.
Is there any way to prevent such redirection and just use the location bar normally?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,jqTouch 的神奇之处在于它使用地址栏和 location.hash 来允许移动“页面”,但实际上只将 div 移入和移出主查看窗口。
No, part of the magic of jqTouch is it's use of address bar and location.hash to allow moving "pages" but really only moving a div in and out of the main viewing window.