找不到文件主题标签问题

发布于 2024-11-29 02:13:53 字数 554 浏览 1 评论 0原文

我的 JQM 应用程序中有一个名为“设置”的页面,其中有三个按钮用作其他页面的链接。其中一个页面称为“tracks”,其代码如下。

<a href="#tracks" data-role="button">Control your relaxation resources</a> 

当我单击此按钮时,出现“找不到文件”错误,并且浏览器指向“file:///C:/inetpub/wwwroot/SITES/jQuery%20Mobile%20Form/tracks#tracks” url 而不是“file:///C:/inetpub/wwwroot/SITES/jQuery%20Mobile%20Form/index.html#tracks”网址。我使用的是 FF,但它发生在所有浏览器中,并且在测试网站上运行时也会发生。

导航适用于页面上的其他两个按钮。

无论我为页面指定什么名称,都会发生该行为。

我知道我已经看到过这个问题的讨论,但找不到答案,所以我提前表示歉意,因为这是一个重复或一式三份的问题。

有人能指出我正确的方向吗?

My JQM app has a page in it called "settings" which has three buttons serving as links to other pages. One of those pages is called "tracks" and the code for it is below.

<a href="#tracks" data-role="button">Control your relaxation resources</a> 

When I click this button I get a "File not found" error and the browser is pointing to the "file:///C:/inetpub/wwwroot/SITES/jQuery%20Mobile%20Form/tracks#tracks" url rather than the "file:///C:/inetpub/wwwroot/SITES/jQuery%20Mobile%20Form/index.html#tracks" url. I'm using FF but it happens in all browsers and it also happens when running on the test website.

The navigation works for the other two buttons on the page.

The behavior occurs regardless of what name I give the page.

I know I've seen this problem discussed but can't find the answer to it, so my apologies in advance it this is a duplicate or triplicate.

Can anyone point me in the right direction?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

感情洁癖 2024-12-06 02:13:53

更新到 JQM beta 2 解决了这个问题。不知道为什么,但现在已经解决了。

Updating to beta 2 of JQM took care of this problem. Don't know why but it is resolved now.

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