链接jquery移动错误加载页面

时间:2014-10-03 17:16:36

标签: jquery

我遇到了jquery mobile的问题。当我在笔记本电脑上测试网站时,网站之间的链接效果很好。但是,当我在我的手机上测试时,我收到此消息“错误加载页面”,我的代码提前谢谢。

<a style="text-decoration:none; color:#AFA438; font-size:10px;"       href="justice.php">justice design group</a>

1 个答案:

答案 0 :(得分:0)

使用此

<a href="multipage.html" rel="external">Multi-page link</a>

或读这个 enter link description here