Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 使用jquerymobile导航_Html_Url_Navigation_Jquery Mobile - Fatal编程技术网

Html 使用jquerymobile导航

Html 使用jquerymobile导航,html,url,navigation,jquery-mobile,Html,Url,Navigation,Jquery Mobile,我在这方面遇到了很多麻烦,我是JQuery新手 我有以下网站: 它由两个文件组成: 查看来源:www.-----.com/testing.php 查看来源:www.-----.com/connection.php 前两页(/testing#homepage和/testing#testing)分别列出了以单击的字母开头的字母和名称 第三个页面来自第二个文档,通过单击名称进入“添加审阅”页面 在“添加评论”页面中,我有以下代码可导航回主页: <a href="http://www.-

我在这方面遇到了很多麻烦,我是JQuery新手

我有以下网站:

它由两个文件组成:

  • 查看来源:www.-----.com/testing.php
  • 查看来源:www.-----.com/connection.php
前两页(
/testing#homepage
/testing#testing
)分别列出了以单击的字母开头的字母和名称

第三个页面来自第二个文档,通过单击名称进入“添加审阅”页面

在“添加评论”页面中,我有以下代码可导航回主页:

<a href="http://www.-------.com/testing.php#homepage" data-icon="back">Go directly to page 1</a>

出于某种原因,它显示了一组应该在testing上的名称。php#testing not testing.php#主页

我试过很多组合,但都没用。我也无法获得第三页导航回第二页


欢迎提供任何帮助/提示

在connection.php中尝试以下操作

<div data-role="header" data-theme="a"> 
    <h2>'Nova Teachers</h2> 
    <h1></h1><a href="#homepage" data-icon="home">Go directly to page 1</a>
</div>

“新星教师

在connection.php中尝试以下操作

<div data-role="header" data-theme="a"> 
    <h2>'Nova Teachers</h2> 
    <h1></h1><a href="#homepage" data-icon="home">Go directly to page 1</a>
</div>

“新星教师