有没有办法将 jQTouch 与 URL 栏一起使用?

发布于 2024-10-16 08:17:52 字数 354 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

〃温暖了心ぐ 2024-10-23 08:17:52

不,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文