我想链接到page2.html,它位于子目录/ html
中第2页
点击后我会从
开始http ://mysite.com/sub/sub/index.html
到
http ://mysite.com/sub/sub/html/page2.html
启用Jquery Mobile后,我仍然可以访问该页面,但网址看起来像这样:
http ://mysite.com/sub/sub/index.html#/sub/sub/html/page2.html
这会在使用相对路径时中断任何其他导航按钮。
[url中的空格是故意的,因为网站不允许链接]
答案 0 :(得分:1)
除非您提供URL,否则jQuery Mobile似乎不支持相对路径。
请参阅“解析相对路径”部分
https://github.com/jquery/jquery-mobile/wiki/Refactor:-navigation-paths